Merge pull request #1102 from beauby/remove-embed

Remove remains of `embed` option.
This commit is contained in:
João Moura
2015-08-31 01:33:30 -03:00
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ module ActiveModel
# @param [Hash{Symbol => Object}] options
#
# @example
# Association.new(:comments, CommentSummarySerializer, embed: :ids)
# Association.new(:comments, CommentSummarySerializer)
#
Association = Struct.new(:name, :serializer, :options) do