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

@@ -136,8 +136,8 @@ AuthorSerializer = Class.new(ActiveModel::Serializer) do
cache key:'writer', skip_digest: true
attributes :id, :name
has_many :posts, embed: :ids
has_many :roles, embed: :ids
has_many :posts
has_many :roles
has_one :bio
end