Added MixCloud oEmbed to oembed_providers_list

This commit is contained in:
Ruxton 2013-04-29 12:11:11 +08:00
parent 9f66e32cce
commit 694fc01124

View file

@ -30,7 +30,8 @@ oembed_provider_list = [
OEmbed::Providers::Flickr,
OEmbedCubbies,
OEmbedDailyMotion,
OEmbedTwitter
OEmbedTwitter,
OEmbedMixCloud
]
SECURE_ENDPOINTS = oembed_provider_list.map do |provider|