7 lines
80 B
Ruby
7 lines
80 B
Ruby
class Wish < ActiveRecord::Base
|
|
belongs_to :customer
|
|
belongs_to :need
|
|
|
|
|
|
end
|