obdev/app/models/forms_role.rb

7 lines
140 B
Ruby
Raw Normal View History

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