4 lines
89 B
Ruby
4 lines
89 B
Ruby
class DossiersSerializer < ActiveModel::Serializer
|
|
attributes :id,
|
|
:updated_at
|
|
end
|