Fix another symbol related typo

This commit is contained in:
Kristoffer 2014-09-02 22:29:22 +02:00
parent 4abcd3209e
commit d6735749b3

View File

@ -612,7 +612,7 @@ the root document (say, `linked`), you can specify an `embed_in_root_key`:
```ruby
class PostSerializer < ActiveModel::Serializer
embed: ids, include: true, embed_in_root_key: :linked
embed :ids, include: true, embed_in_root_key: :linked
attributes: :id, :title, :body
has_many :comments, :tags