Sha256: 52b72b45f5a10bf603a30cd11830a2efcb667498319bc4e33e1042134790fcfc

Contents?: true

Size: 618 Bytes

Versions: 41

Compression:

Stored size: 618 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

checkout_type_00001:
  id: 1
  name: book  
  display_name: book
  note: 
  position: 1
checkout_type_00002:
  id: 2
  name: serial  
  display_name: serial
  note: 
  position: 2
checkout_type_00003:
  id: 3
  name: cd  
  display_name: cd
  note: 
  position: 3

# == Schema Information
#
# Table name: checkout_types
#
#  id           :integer          not null, primary key
#  name         :string(255)      not null
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime
#  updated_at   :datetime
#

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
enju_leaf-1.3.2 spec/fixtures/checkout_types.yml
enju_leaf-1.3.1 spec/fixtures/checkout_types.yml
enju_leaf-1.3.0 spec/fixtures/checkout_types.yml
enju_leaf-1.3.0.rc.1 spec/fixtures/checkout_types.yml
enju_leaf-1.3.0.beta.2 spec/fixtures/checkout_types.yml
enju_leaf-1.2.2 spec/fixtures/checkout_types.yml
enju_leaf-1.2.1 spec/fixtures/checkout_types.yml
enju_leaf-1.2.0 spec/fixtures/checkout_types.yml
enju_leaf-1.2.0.beta.4 spec/fixtures/checkout_types.yml
enju_leaf-1.2.0.beta.3 spec/fixtures/checkout_types.yml
enju_circulation-0.2.0.beta.2 spec/fixtures/checkout_types.yml
enju_leaf-1.2.0.beta.2 spec/fixtures/checkout_types.yml
enju_circulation-0.2.0.beta.1 spec/fixtures/checkout_types.yml
enju_leaf-1.2.0.beta.1 spec/fixtures/checkout_types.yml
enju_leaf-1.1.4 spec/fixtures/checkout_types.yml
enju_circulation-0.1.2 spec/fixtures/checkout_types.yml
enju_leaf-1.1.3 spec/fixtures/checkout_types.yml
enju_circulation-0.1.1 spec/fixtures/checkout_types.yml
enju_leaf-1.1.2 spec/fixtures/checkout_types.yml
enju_leaf-1.1.1 spec/fixtures/checkout_types.yml