aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/attached.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-24 15:36:30 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-24 15:36:33 -0500
commit92536c08d53c5d54f6c526bfdc5d854dd00a7a88 (patch)
treebce150413987c2a3e11c9fdb0707057e211e0f00 /lib/active_storage/attached.rb
parent87cb0063742f9d5672f69f623be8fe1dee79b223 (diff)
downloadrails-92536c08d53c5d54f6c526bfdc5d854dd00a7a88.tar.gz
rails-92536c08d53c5d54f6c526bfdc5d854dd00a7a88.tar.bz2
rails-92536c08d53c5d54f6c526bfdc5d854dd00a7a88.zip
Document the rest of lib
Diffstat (limited to 'lib/active_storage/attached.rb')
-rw-r--r--lib/active_storage/attached.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_storage/attached.rb b/lib/active_storage/attached.rb
index 8bec129a1a..4644d74bcc 100644
--- a/lib/active_storage/attached.rb
+++ b/lib/active_storage/attached.rb
@@ -4,7 +4,7 @@ require "active_storage/attachment"
require "action_dispatch/http/upload"
require "active_support/core_ext/module/delegation"
-# Abstract baseclass for the particular `ActiveStorage::Attached::One` and `ActiveStorage::Attached::Many`
+# Abstract baseclass for the concrete `ActiveStorage::Attached::One` and `ActiveStorage::Attached::Many`
# classes that both provide proxy access to the blob association for a record.
class ActiveStorage::Attached
attr_reader :name, :record