Skip to content
Snippets Groups Projects
Commit dbf3b8f9 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

Fix collection serializer

parent 7f735ea4
No related branches found
No related tags found
No related merge requests found
class CollectionItemSerializer < ActiveModel::Serializer
attributes :id, :collectionable_id, :collectionable_type, :order
attributes :id, :collectionable, :order, :collectionable_type
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment