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