5 lines
93 B
Ruby
5 lines
93 B
Ruby
class NeedFurbishInterest < ActiveRecord::Base
|
|
belongs_to :need
|
|
belongs_to :customer
|
|
end
|