Link AssignTo et GroupeInstructeur
This commit is contained in:
parent
115d91387c
commit
97884c4349
6 changed files with 30 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
class AssignTo < ApplicationRecord
|
||||
belongs_to :procedure
|
||||
belongs_to :instructeur
|
||||
belongs_to :groupe_instructeur
|
||||
has_one :procedure_presentation, dependent: :destroy
|
||||
|
||||
scope :with_email_notifications, -> { where(email_notifications_enabled: true) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue