5 lines
98 B
Ruby
5 lines
98 B
Ruby
class InterestRegistrant < ActiveRecord::Base
|
|
belongs_to :registrant
|
|
belongs_to :interest
|
|
end
|