Sha256: 8bf404ccc4f4bdcc6c555a478cc92891ef99c4a7b05899a40f84dba4ecd4c155
Contents?: true
Size: 1.73 KB
Versions: 146
Compression:
Stored size: 1.73 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html lending_policy_00001: item_id: 1 user_group_id: 1 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 1 lending_policy_00002: item_id: 1 user_group_id: 2 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 2 lending_policy_00003: item_id: 10 user_group_id: 2 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 1 lending_policy_00004: item_id: 6 user_group_id: 1 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 1 lending_policy_00005: item_id: 6 user_group_id: 2 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 1 lending_policy_00006: item_id: 11 user_group_id: 1 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 1 note: MyText position: 1 lending_policy_00007: item_id: 21 user_group_id: 1 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 note: MyText position: 1 lending_policy_00008: item_id: 11 user_group_id: 2 loan_period: 1 fixed_due_date: renewal: 1 fine: 10 # == Schema Information # # Table name: lending_policies # # id :integer not null, primary key # item_id :integer not null # user_group_id :integer not null # loan_period :integer default(0), not null # fixed_due_date :datetime # renewal :integer default(0), not null # fine :decimal(, ) default(0.0), not null # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
146 entries across 145 versions & 4 rubygems