Sha256: 006eb0f7e21af301bb8f70b3603b68a77423b46cd9ed0923e1627f848afef913
Contents?: true
Size: 749 Bytes
Versions: 5
Compression:
Stored size: 749 Bytes
Contents
# An attachment represents a file within the system. class Attachment < ImportableAttachments::Attachment end # == Schema Information # # Table name: attachments # # id :integer not null, primary key # attachable_type :string(255) # attachable_id :string(255) # io_stream_file_name :string(255) # io_stream_content_type :string(255) # io_stream_file_size :integer # io_stream_updated_at :datetime # created_at :datetime not null # updated_at :datetime not null # # Indexes # # idx_importable_attachments_on_attachable_type_and_id (attachable_type,attachable_id) # index_attachments_on_io_stream_file_name (io_stream_file_name) #
Version data entries
5 entries across 5 versions & 1 rubygems