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