a072d35211
when a dossier is terminated (accepte, refuse or classe_sans_suite), we store now `processed_at` and `motivation` in a traitement instance
4 lines
89 B
Ruby
4 lines
89 B
Ruby
class Traitement < ApplicationRecord
|
|
belongs_to :dossier
|
|
belongs_to :instructeur
|
|
end
|