aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-09-02 11:05:54 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-09-02 11:05:54 +0900
commit70756b134fad319af3e6d2e4cb1a278f9af17895 (patch)
treea3bafe2433e08fa7cb78c650afdcc333241e7e88 /actionpack
parent82bfe3bf115e7d4d6f5f5b40f8ab32a61148da67 (diff)
downloadrails-70756b134fad319af3e6d2e4cb1a278f9af17895.tar.gz
rails-70756b134fad319af3e6d2e4cb1a278f9af17895.tar.bz2
rails-70756b134fad319af3e6d2e4cb1a278f9af17895.zip
Replace unnecessary link with typewriter text [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/abstract_controller/callbacks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/abstract_controller/callbacks.rb b/actionpack/lib/abstract_controller/callbacks.rb
index 715d043b4e..146d17cf40 100644
--- a/actionpack/lib/abstract_controller/callbacks.rb
+++ b/actionpack/lib/abstract_controller/callbacks.rb
@@ -35,8 +35,8 @@ module AbstractController
skip_after_callbacks_if_terminated: true
end
- # Override AbstractController::Base's process_action to run the
- # process_action callbacks around the normal behavior.
+ # Override <tt>AbstractController::Base#process_action</tt> to run the
+ # <tt>process_action</tt> callbacks around the normal behavior.
def process_action(*args)
run_callbacks(:process_action) do
super