obdev/app/models/vendor.rb

6 lines
145 B
Ruby

class Vendor < ApplicationRecord
# Many-to-many relationships
has_and_belongs_to_many :participants
has_and_belongs_to_many :employers
end