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