Rename for consistency with defaut_groupe_instructeur
This commit is contained in:
parent
89ec3923f2
commit
5d4f025be0
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue