tap/app/models/order.rb

4 lines
56 B
Ruby
Raw Normal View History

2014-11-09 21:53:39 +00:00
class Order < ActiveRecord::Base
belongs_to :user
end