negos_app/app/models/wish.rb
2015-12-02 23:14:09 +01:00

7 lines
80 B
Ruby

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