demarches-normaliennes/app/models/bulk_message.rb
2023-08-02 11:43:23 +02:00

5 lines
170 B
Ruby

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