aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-23 17:31:31 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-23 17:31:31 -0500
commitf6ba62be186bd0f570625e25f2f5da838cbc0dc2 (patch)
treeafe73ec574aea05f337f2086da4d19c1c8fd4040 /app/models
parentefa8779c659221b8e4fa9a154b10f4aa15a3994a (diff)
downloadrails-f6ba62be186bd0f570625e25f2f5da838cbc0dc2.tar.gz
rails-f6ba62be186bd0f570625e25f2f5da838cbc0dc2.tar.bz2
rails-f6ba62be186bd0f570625e25f2f5da838cbc0dc2.zip
Schema out of date and now obvious
Diffstat (limited to 'app/models')
-rw-r--r--app/models/active_storage/attachment.rb1
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"