Fixed issue in OEmbedSerializer

• Fixed:
- issue in OEmbedSerializer
This commit is contained in:
mgabdev 2020-12-02 23:30:32 -05:00
parent 834aded026
commit c5cbdd7a55

View File

@ -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