# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html one: user_checkout_stat_id: 1 user_id: 1 checkouts_count: 1 two: user_checkout_stat_id: 2 user_id: 1 checkouts_count: 1 # == Schema Information # # Table name: checkout_stat_has_users # # id :integer not null, primary key # user_checkout_stat_id :integer not null # user_id :integer not null # checkouts_count :integer default(0), not null # created_at :datetime # updated_at :datetime #