Sha256: 4fa31a9ed82bb88291be5454a41378d9032876a9db5ba55caf42e97d5ce29eba
Contents?: true
Size: 611 Bytes
Versions: 43
Compression:
Stored size: 611 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html one: id: 1 patron_import_file_id: 1 patron_id: 1 user_id: 1 body: MyText two: id: 2 patron_import_file_id: 1 patron_id: 1 user_id: 1 body: MyText # == Schema Information # # Table name: patron_import_results # # id :integer not null, primary key # patron_import_file_id :integer # patron_id :integer # user_id :integer # body :text # created_at :datetime not null # updated_at :datetime not null #
Version data entries
43 entries across 43 versions & 2 rubygems