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