small refactor
This commit is contained in:
parent
ca8dc34196
commit
821fd2394b
1 changed files with 3 additions and 2 deletions
|
@ -553,8 +553,9 @@ class Dossier < ApplicationRecord
|
|||
end
|
||||
|
||||
def motivation
|
||||
return nil if !termine?
|
||||
traitement&.motivation || read_attribute(:motivation)
|
||||
if termine?
|
||||
traitement&.motivation || read_attribute(:motivation)
|
||||
end
|
||||
end
|
||||
|
||||
def update_search_terms
|
||||
|
|
Loading…
Reference in a new issue