From 70756b134fad319af3e6d2e4cb1a278f9af17895 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sat, 2 Sep 2017 11:05:54 +0900 Subject: Replace unnecessary link with typewriter text [ci skip] --- actionpack/lib/abstract_controller/callbacks.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') 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 AbstractController::Base#process_action to run the + # process_action callbacks around the normal behavior. def process_action(*args) run_callbacks(:process_action) do super -- cgit v1.2.3