db(migration): add procedure_id to bulk_messages
This commit is contained in:
parent
efa19926e4
commit
1f0e2030be
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
class BulkMessage < ApplicationRecord
|
||||
belongs_to :instructeur
|
||||
belongs_to :procedure
|
||||
has_and_belongs_to_many :groupe_instructeurs, -> { order(:label) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue