class FormsRole < ApplicationRecord
belongs_to :form
belongs_to :role
attribute :note, :string
attribute :date_completed, :date
end