accompagnateur → instructeur
This commit is contained in:
parent
d8a91bf57f
commit
3662b82039
41 changed files with 151 additions and 151 deletions
|
@ -10,7 +10,7 @@ class DossierSerializer < ActiveModel::Serializer
|
|||
:received_at,
|
||||
:processed_at,
|
||||
:motivation,
|
||||
:accompagnateurs,
|
||||
:instructeurs,
|
||||
:invites
|
||||
|
||||
has_one :individual
|
||||
|
@ -71,7 +71,7 @@ class DossierSerializer < ActiveModel::Serializer
|
|||
object.en_instruction_at
|
||||
end
|
||||
|
||||
def accompagnateurs
|
||||
def instructeurs
|
||||
object.followers_gestionnaires.pluck(:email)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue