demarches-normaliennes/app/models/bulk_message.rb

6 lines
170 B
Ruby
Raw Normal View History

class BulkMessage < ApplicationRecord
belongs_to :instructeur
has_and_belongs_to_many :groupe_instructeurs, -> { order(:label) }
2021-08-02 11:19:20 +02:00
has_one_attached :piece_jointe
end