tap/test/fixtures/orders.yml

13 lines
323 B
YAML
Raw Normal View History

# == 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 21:53:39 +00:00
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html