Merge pull request #692 from ggordon/linked_for_jsonapi_collection

Include 'linked' member for json-api collections
This commit is contained in:
Alexandre de Oliveira
2014-11-04 21:59:15 -02:00
14 changed files with 250 additions and 56 deletions

View File

@@ -10,6 +10,7 @@ module ActiveModel
def initialize(serializer, options = {})
@serializer = serializer
@options = options
end
def serializable_hash(options = {})