mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 13:21:29 +00:00
5 lines
106 B
Ruby
5 lines
106 B
Ruby
|
class ApplicationSerializer < ActiveModel::Serializer
|
||
|
embed :ids, :include => true
|
||
|
attributes :id
|
||
|
end
|