Link Dossier and GroupeInstructeur

This commit is contained in:
simon lehericey 2019-08-22 17:58:31 +02:00
parent 940813a3ab
commit 3cc8f0c792
12 changed files with 44 additions and 31 deletions

View file

@ -3,4 +3,5 @@ class GroupeInstructeur < ApplicationRecord
belongs_to :procedure
has_many :assign_tos
has_many :instructeurs, through: :assign_tos
has_many :dossiers
end