Send a mail to usager if somebody else wrote a new commentaire on his dossier

This commit is contained in:
Mathieu Magnin 2017-01-30 15:17:45 +01:00
parent 4880101202
commit c7934b2f97
9 changed files with 87 additions and 18 deletions

View file

@ -46,5 +46,9 @@ FactoryGirl.define do
dossier.cerfa << create(:cerfa)
end
end
trait :replied do
state 'replied'
end
end
end