demarches-normaliennes/app/models/traitement.rb
Christophe Robillard a072d35211 use traitement model
when a dossier is terminated (accepte, refuse or classe_sans_suite),
we store now `processed_at` and `motivation` in a traitement instance
2020-07-08 18:15:15 +02:00

4 lines
89 B
Ruby

class Traitement < ApplicationRecord
belongs_to :dossier
belongs_to :instructeur
end