Sha256: 9ccc74621f0ec5e098db8d1a51bff5d160f6fd87a021c50aa1f0c408620ddeaa
Contents?: true
Size: 1.42 KB
Versions: 58
Compression:
Stored size: 1.42 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html resource_import_file_00001: id: 1 resource_import_file_name: MyString resource_import_file_size: 1 user_id: 1 resource_import_content_type: text/csv state: completed resource_import_file_00002: id: 2 resource_import_file_name: MyString resource_import_file_size: 1 user_id: 1 resource_import_content_type: text/csv state: pending resource_import_file_00003: id: 3 resource_import_file_name: MyString resource_import_file_size: 1 user_id: 1 resource_import_content_type: text/csv state: pending # == Schema Information # # Table name: resource_import_files # # id :integer not null, primary key # parent_id :integer # content_type :string(255) # size :integer # user_id :integer # note :text # executed_at :datetime # state :string(255) # resource_import_file_name :string(255) # resource_import_content_type :string(255) # resource_import_file_size :integer # resource_import_updated_at :datetime # created_at :datetime not null # updated_at :datetime not null # edit_mode :string(255) # resource_import_fingerprint :string(255) # error_message :text #
Version data entries
58 entries across 58 versions & 2 rubygems