Sha256: 5fafa5ee4e71b4e3065b4baa738deab0ada4e2219d18b456fbe5cc5e633e2855

Contents?: true

Size: 1.81 KB

Versions: 60

Compression:

Stored size: 1.81 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
lending_policy_00009:
  item_id: 24
  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           :integer          default(0), not null
#  note           :text
#  position       :integer
#  created_at     :datetime
#  updated_at     :datetime
#

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
enju_circulation-0.3.8 spec/fixtures/lending_policies.yml
enju_circulation-0.3.7 spec/fixtures/lending_policies.yml
enju_circulation-0.3.6 spec/fixtures/lending_policies.yml
enju_circulation-0.3.5 spec/fixtures/lending_policies.yml
enju_circulation-0.3.4 spec/fixtures/lending_policies.yml
enju_circulation-0.3.3 spec/fixtures/lending_policies.yml
enju_circulation-0.3.2 spec/fixtures/lending_policies.yml
enju_leaf-1.3.2 spec/fixtures/lending_policies.yml
enju_circulation-0.3.1 spec/fixtures/lending_policies.yml
enju_leaf-1.3.1 spec/fixtures/lending_policies.yml
enju_leaf-1.3.0 spec/fixtures/lending_policies.yml
enju_circulation-0.3.0 spec/fixtures/lending_policies.yml
enju_circulation-0.3.0.rc.1 spec/fixtures/lending_policies.yml
enju_leaf-1.3.0.rc.1 spec/fixtures/lending_policies.yml
enju_circulation-0.3.0.beta.1 spec/fixtures/lending_policies.yml
enju_leaf-1.3.0.beta.2 spec/fixtures/lending_policies.yml
enju_leaf-1.2.2 spec/fixtures/lending_policies.yml
enju_circulation-0.2.5 spec/fixtures/lending_policies.yml
enju_circulation-0.2.4 spec/fixtures/lending_policies.yml
enju_circulation-0.2.3 spec/fixtures/lending_policies.yml