Fixed issue in OEmbedSerializer
• Fixed: - issue in OEmbedSerializer
This commit is contained in:
parent
834aded026
commit
c5cbdd7a55
@ -4,7 +4,7 @@ class OEmbedSerializer < ActiveModel::Serializer
|
||||
include RoutingHelper
|
||||
include ActionView::Helpers::TagHelper
|
||||
|
||||
attributes :type, :version, :title
|
||||
attributes :type, :version, :title,
|
||||
:provider_name, :provider_url,
|
||||
:cache_age, :html, :width, :height
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user