demarches-normaliennes/app/models/bulk_message.rb

6 lines
161 B
Ruby
Raw Normal View History

class BulkMessage < ApplicationRecord
belongs_to :instructeur
belongs_to :procedure
has_and_belongs_to_many :groupe_instructeurs, -> { order(:label) }
end