maisonarbre_app/app/models/interest_registrant.rb
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

5 lines
98 B
Ruby

class InterestRegistrant < ActiveRecord::Base
belongs_to :registrant
belongs_to :interest
end