mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Merge pull request #692 from ggordon/linked_for_jsonapi_collection
Include 'linked' member for json-api collections
This commit is contained in:
@@ -10,6 +10,7 @@ module ActiveModel
|
||||
|
||||
def initialize(serializer, options = {})
|
||||
@serializer = serializer
|
||||
@options = options
|
||||
end
|
||||
|
||||
def serializable_hash(options = {})
|
||||
|
||||
Reference in New Issue
Block a user