aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/no_touching.rb
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-26 17:22:30 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-27 14:01:29 +0900
commita2f2d2617b144b616700af4fe0f4c184d15cee66 (patch)
treeff081d373ec1fd76feb9022e180b7bd684b829f4 /activerecord/lib/active_record/no_touching.rb
parent46c2e93051ab33157c584292a2743f9482e99582 (diff)
downloadrails-a2f2d2617b144b616700af4fe0f4c184d15cee66.tar.gz
rails-a2f2d2617b144b616700af4fe0f4c184d15cee66.tar.bz2
rails-a2f2d2617b144b616700af4fe0f4c184d15cee66.zip
Use tt in doc for ActiveRecord [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/no_touching.rb')
-rw-r--r--activerecord/lib/active_record/no_touching.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/no_touching.rb b/activerecord/lib/active_record/no_touching.rb
index c573deb63a..754c891884 100644
--- a/activerecord/lib/active_record/no_touching.rb
+++ b/activerecord/lib/active_record/no_touching.rb
@@ -6,7 +6,7 @@ module ActiveRecord
extend ActiveSupport::Concern
module ClassMethods
- # Lets you selectively disable calls to `touch` for the
+ # Lets you selectively disable calls to +touch+ for the
# duration of a block.
#
# ==== Examples