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