aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-09-02 13:01:08 +0900
committerGitHub <noreply@github.com>2017-09-02 13:01:08 +0900
commitea0afe9de24f175e125ab1647f91cf52bcfe536b (patch)
tree29984fd000431192bdb4b17bfa629838a77462e1 /actionpack
parenteba7f858679351180f1706a7296df8a001bba29c (diff)
parent70756b134fad319af3e6d2e4cb1a278f9af17895 (diff)
downloadrails-ea0afe9de24f175e125ab1647f91cf52bcfe536b.tar.gz
rails-ea0afe9de24f175e125ab1647f91cf52bcfe536b.tar.bz2
rails-ea0afe9de24f175e125ab1647f91cf52bcfe536b.zip
Merge pull request #30506 from yhirano55/replace_unnecessary_links_with_tt_text
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