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