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