5 lines
122 B
Ruby
5 lines
122 B
Ruby
|
class DossierSerializer < ActiveModel::Serializer
|
||
|
attributes :id,
|
||
|
:nom_projet,
|
||
|
:updated_at
|
||
|
end
|