mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Fixed #911
This commit is contained in:
@@ -14,7 +14,7 @@ module ActiveModel
|
||||
:serializer,
|
||||
ActiveModel::Serializer.serializer_for(object)
|
||||
)
|
||||
serializer_class.new(object, options)
|
||||
serializer_class.new(object, options.except(:serializer))
|
||||
end
|
||||
@meta = options[:meta]
|
||||
@meta_key = options[:meta_key]
|
||||
|
||||
Reference in New Issue
Block a user