Link AssignTo et GroupeInstructeur
This commit is contained in:
parent
115d91387c
commit
97884c4349
6 changed files with 30 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
class GroupeInstructeur < ApplicationRecord
|
||||
DEFAULT_LABEL = 'défaut'
|
||||
belongs_to :procedure
|
||||
has_many :assign_tos
|
||||
has_many :instructeurs, through: :assign_tos
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue