[fix #575] dossier updated_at is ... updated when children are updated
This commit is contained in:
parent
2d2929e5f6
commit
8dedf6fdca
8 changed files with 65 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
class Avis < ApplicationRecord
|
||||
belongs_to :dossier
|
||||
belongs_to :dossier, touch: true
|
||||
belongs_to :gestionnaire
|
||||
belongs_to :claimant, class_name: 'Gestionnaire'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue