negos_app/app/models/need_furbish_interest.rb
2018-09-21 12:01:08 +02:00

5 lines
93 B
Ruby

class NeedFurbishInterest < ActiveRecord::Base
belongs_to :need
belongs_to :customer
end