diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/active_storage/attachment.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/active_storage/attachment.rb b/app/models/active_storage/attachment.rb index d491c7224e..c3774306d8 100644 --- a/app/models/active_storage/attachment.rb +++ b/app/models/active_storage/attachment.rb @@ -1,7 +1,6 @@ require "active_storage/blob" require "active_support/core_ext/module/delegation" -# Schema: id, record_gid, blob_id, created_at class ActiveStorage::Attachment < ActiveRecord::Base self.table_name = "active_storage_attachments" |