Sha256: 2118c98d585d1dfabcd44c8463284ec18748739e7f2d1ff329cc1f3ebc17a1b3

Contents?: true

Size: 887 Bytes

Versions: 5

Compression:

Stored size: 887 Bytes

Contents

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

checkout_type_00001:
  id: 1
  name: book  
  display_name_translations: {"en": "Book", "ja": "図書"}
  note: 
  position: 1
checkout_type_00002:
  id: 2
  name: serial  
  display_name_translations: {"en": "Serial", "ja": "定期刊行物"}
  note: 
  position: 2
checkout_type_00003:
  id: 3
  name: cd  
  display_name_translations: {"en": "CD", "ja": "CD"}
  note: 
  position: 3

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
enju_circulation-0.4.0.beta.4 spec/fixtures/checkout_types.yml
enju_circulation-0.4.0.beta.3 spec/fixtures/checkout_types.yml
enju_circulation-0.4.0.beta.2 spec/fixtures/checkout_types.yml
enju_circulation-0.4.0.beta.1 spec/fixtures/checkout_types.yml
enju_library-0.4.0.beta.1 spec/fixtures/checkout_types.yml