add procedure to bulk messages

This commit is contained in:
kara Diaby 2021-08-02 11:19:20 +02:00
parent ae0a3b9dd5
commit 0300df9a35

View file

@ -13,6 +13,6 @@
#
class BulkMessage < ApplicationRecord
belongs_to :instructeur
has_one_attached :piece_jointe
has_and_belongs_to_many :groupe_instructeurs
has_one_attached :piece_jointe
end