Sha256: 367aa3cd386b5946542c7834677a64b03449b3019eaf3b8a061a7467bf05f079
Contents?: true
Size: 921 Bytes
Versions: 1
Compression:
Stored size: 921 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 :bigint not null, primary key # name :string not null # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null # display_name_translations :jsonb not null #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.4.0.rc.1 | spec/fixtures/checkout_types.yml |