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