56545933a9
The change must not impact the api
9 lines
164 B
Ruby
9 lines
164 B
Ruby
class DossiersSerializer < ActiveModel::Serializer
|
|
attributes :id,
|
|
:updated_at,
|
|
:initiated_at
|
|
|
|
def initiated_at
|
|
object.en_construction_at
|
|
end
|
|
end
|