Remove mail validated in procedure

This commit is contained in:
Mathieu Magnin 2017-02-27 13:29:26 +01:00
parent 4cc6aedfb9
commit ab3c1b4be4

View file

@ -5,7 +5,6 @@ class Procedure < ActiveRecord::Base
has_many :dossiers
has_many :mail_templates
has_one :mail_received
has_one :mail_validated
has_one :procedure_path, dependent: :destroy