From 8458dbfa00a05b1c01c407f44238c0c3421f05f9 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 11 Aug 2017 10:21:40 +0900 Subject: Fix formatting of Active Storage docs [ci skip] * Use `+` instead of backquote. * Remove escape from class to be link --- activestorage/lib/active_storage/attached.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/lib/active_storage/attached.rb') 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 -- cgit v1.2.3