Sha256: 3dbb5f473abc7f51d09718ebfc0044848949aa9b3540a6080e447bb22c77439e
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
# 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 :bigint not null, primary key # user_checkout_stat_id :bigint not null # user_id :bigint not null # checkouts_count :integer default(0), not null # created_at :datetime not null # updated_at :datetime not null #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.4.0.rc.1 | spec/fixtures/checkout_stat_has_users.yml |