Skip to content

Commit

Permalink
Merge f9b7c74 into 47deb87
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-s-son committed Oct 22, 2014
2 parents 47deb87 + f9b7c74 commit e50fc30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_model/serializer/adapter/json_api.rb
Expand Up @@ -18,7 +18,7 @@ def serializable_hash(options = {})

serializer.each_association do |name, association, opts|
@hash[@root][:links] ||= {}
unless options[:embed] == :ids
unless opts[:embed] == :ids
@hash[:linked] ||= {}
end

Expand Down
File renamed without changes.

0 comments on commit e50fc30

Please sign in to comment.