Remove traces of embed option.

This commit is contained in:
Lucas Hosseini
2015-08-31 01:19:47 +02:00
parent 64168cbecd
commit c5446d759f
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