From cf82b2e034cb99afde9c19babbb96276d3804c5b Mon Sep 17 00:00:00 2001 From: kishore-mohan Date: Tue, 1 Sep 2015 20:07:37 +0530 Subject: typo "description not clear corrected with proper description and action_controller_overview file Rails' -> Rails" [ci skip] --- actionpack/lib/action_controller/metal/helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/lib/action_controller/metal/helpers.rb') diff --git a/actionpack/lib/action_controller/metal/helpers.rb b/actionpack/lib/action_controller/metal/helpers.rb index fcaf3e6425..d3853e2e83 100644 --- a/actionpack/lib/action_controller/metal/helpers.rb +++ b/actionpack/lib/action_controller/metal/helpers.rb @@ -7,8 +7,8 @@ module ActionController # extract complicated logic or reusable functionality is strongly encouraged. By default, each controller # will include all helpers. These helpers are only accessible on the controller through .helpers # - # In previous versions of \Rails the controller will include a helper whose - # name matches that of the controller, e.g., MyController will automatically + # In previous versions of \Rails the controller will include a helper which + # matches the name of the controller, e.g., MyController will automatically # include MyHelper. To return old behavior set +config.action_controller.include_all_helpers+ to +false+. # # Additional helpers can be specified using the +helper+ class method in ActionController::Base or any -- cgit v1.2.3