negos_app/app/models/wish.rb
2016-02-16 21:09:48 +01:00

7 lines
80 B
Ruby
Executable File

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