Sha256: 2d1f3f20070823a7dafa72e4c90775ccb0790a14bafa59a73de0f9eb82e30699
Contents?: true
Size: 1.05 KB
Versions: 146
Compression:
Stored size: 1.05 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html inventory_file_00001: id: 1 inventory_file_name: MyString inventory_file_size: 1 user_id: 1 inventory_content_type: text/csv inventory_file_00002: id: 2 inventory_file_name: MyString inventory_file_size: 1 user_id: 1 inventory_content_type: text/csv inventory_file_00003: id: 3 inventory_file_name: MyString inventory_file_size: 1 user_id: 1 inventory_content_type: text/csv # == Schema Information # # Table name: inventory_files # # id :integer not null, primary key # filename :string(255) # content_type :string(255) # size :integer # user_id :integer # note :text # created_at :datetime not null # updated_at :datetime not null # inventory_file_name :string(255) # inventory_content_type :string(255) # inventory_file_size :integer # inventory_updated_at :datetime # inventory_fingerprint :string(255) #
Version data entries
146 entries across 145 versions & 3 rubygems