Add initiated_at to DossiersSerializer
This commit is contained in:
parent
1ff7dfe264
commit
5eff915b9d
4 changed files with 12 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
class DossiersSerializer < ActiveModel::Serializer
|
||||
attributes :id,
|
||||
:updated_at
|
||||
:updated_at,
|
||||
:initiated_at
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue