5 lines
81 B
Ruby
5 lines
81 B
Ruby
|
|
class Broker < ApplicationRecord
|
||
|
|
belongs_to :carrier
|
||
|
|
has_many :employers
|
||
|
|
end
|