aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/attached.rb
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-08-11 10:21:40 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-08-11 10:21:40 +0900
commit8458dbfa00a05b1c01c407f44238c0c3421f05f9 (patch)
treef1ebca2e5dfc5acec6683369bc8afbbc2183c58b /activestorage/lib/active_storage/attached.rb
parente43ba973a3ac34ad32b08caff99ec306ffe9fdd4 (diff)
downloadrails-8458dbfa00a05b1c01c407f44238c0c3421f05f9.tar.gz
rails-8458dbfa00a05b1c01c407f44238c0c3421f05f9.tar.bz2
rails-8458dbfa00a05b1c01c407f44238c0c3421f05f9.zip
Fix formatting of Active Storage docs [ci skip]
* Use `+` instead of backquote. * Remove escape from class to be link
Diffstat (limited to 'activestorage/lib/active_storage/attached.rb')
-rw-r--r--activestorage/lib/active_storage/attached.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/lib/active_storage/attached.rb b/activestorage/lib/active_storage/attached.rb
index 5ac8ba5377..07e0d5c3ea 100644
--- a/activestorage/lib/active_storage/attached.rb
+++ b/activestorage/lib/active_storage/attached.rb
@@ -3,7 +3,7 @@ require "action_dispatch/http/upload"
require "active_support/core_ext/module/delegation"
module ActiveStorage
-# Abstract baseclass for the concrete `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 Attached
attr_reader :name, :record