small refactor

This commit is contained in:
simon lehericey 2022-04-06 00:49:59 +02:00
parent 2269585188
commit ba688a477a

View file

@ -485,8 +485,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