Sha256: 8b33a62e2028b30f27a4ca190954e2a414192e77cb6c4bd29e58ab1c9f246880
Contents?: true
Size: 767 Bytes
Versions: 91
Compression:
Stored size: 767 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html carrier_type_has_checkout_type_00001: id: 1 carrier_type_id: 1 checkout_type_id: 1 note: MyText carrier_type_has_checkout_type_00002: id: 2 carrier_type_id: 1 checkout_type_id: 2 note: MyText carrier_type_has_checkout_type_00003: id: 3 carrier_type_id: 2 checkout_type_id: 1 note: MyText # == Schema Information # # Table name: carrier_type_has_checkout_types # # id :integer not null, primary key # carrier_type_id :integer not null # checkout_type_id :integer not null # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
91 entries across 89 versions & 3 rubygems