Procedure: defaut_groupe_instructeur is the first group

Especially useful when the defaut groupe is renamed ...
This commit is contained in:
simon lehericey 2019-10-15 09:28:21 +02:00
parent 5897464224
commit 6b8cefa551

View file

@ -29,7 +29,7 @@ class Procedure < ApplicationRecord
has_one :refused_mail, class_name: "Mails::RefusedMail", dependent: :destroy
has_one :without_continuation_mail, class_name: "Mails::WithoutContinuationMail", dependent: :destroy
has_one :defaut_groupe_instructeur, -> { where(label: GroupeInstructeur::DEFAULT_LABEL) }, class_name: 'GroupeInstructeur', inverse_of: :procedure
has_one :defaut_groupe_instructeur, -> { order(:id) }, class_name: 'GroupeInstructeur', inverse_of: :procedure
has_one_attached :logo
has_one_attached :notice