2014-12-04 19:50:02 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: orders
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# user_id :integer
|
|
|
|
# cost :integer
|
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
|
|
|
#
|
|
|
|
|
2014-11-09 22:53:39 +01:00
|
|
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
|
|
|
|
one:
|
2014-11-23 21:12:31 +01:00
|
|
|
user:
|
|
|
|
products: MyString
|
|
|
|
cost:
|
2014-11-09 22:53:39 +01:00
|
|
|
|
|
|
|
two:
|
2014-11-23 21:12:31 +01:00
|
|
|
user:
|
|
|
|
products: MyString
|
|
|
|
cost:
|