obdev/app/models/participant.rb

6 lines
121 B
Ruby
Raw Normal View History

class Participant < ApplicationRecord
belongs_to :employer
has_and_belongs_to_many :programs
has_many :workers
end