Sha256: 0200078a0ebd832bccbbe545a185f370cfcccbe3435963d448dddcd79c2dd66b
Contents?: true
Size: 576 Bytes
Versions: 35
Compression:
Stored size: 576 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 # updated_at :datetime #
Version data entries
35 entries across 35 versions & 3 rubygems