Sha256: bbdd02eb9cace1e055630f18c62dbb03994e0363e3f0f97224598a7cc9213bb9
Contents?: true
Size: 618 Bytes
Versions: 22
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 not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
22 entries across 22 versions & 1 rubygems