Rename for consistency with defaut_groupe_instructeur

This commit is contained in:
Paul Chavard 2021-03-03 11:33:10 +01:00
parent 89ec3923f2
commit 5d4f025be0
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
# procedure_id :bigint not null
#
class GroupeInstructeur < ApplicationRecord
DEFAULT_LABEL = 'défaut'
DEFAUT_LABEL = 'défaut'
belongs_to :procedure, -> { with_discarded }, inverse_of: :groupe_instructeurs, optional: false
has_many :assign_tos, dependent: :destroy
has_many :instructeurs, through: :assign_tos