demarches-normaliennes/app/models/bulk_message.rb
2024-02-28 16:07:27 +01:00

5 lines
161 B
Ruby

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