demarches-normaliennes/app/models/bulk_message.rb

4 lines
137 B
Ruby

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