mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-09 13:26:05 +10:00
7 lines
164 B
Ruby
7 lines
164 B
Ruby
class ShareInstanceSerializer < ActiveModel::Serializer
|
|
|
|
attributes :id, :description, :sharable_type
|
|
|
|
belongs_to :sharable, serializer: EachPostSerializer
|
|
end
|