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