diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-12-21 23:03:52 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-12-21 23:03:52 +0530 |
commit | 6fee8f3ce612b01d35b10da20f8bb8510003a5a2 (patch) | |
tree | 00bc2af8b1d72cc5566fb69413ae10568cadbea2 /actionpack | |
parent | e1f8ec59f2cc83f052b15233147aa2d6d8114a4d (diff) | |
download | rails-6fee8f3ce612b01d35b10da20f8bb8510003a5a2.tar.gz rails-6fee8f3ce612b01d35b10da20f8bb8510003a5a2.tar.bz2 rails-6fee8f3ce612b01d35b10da20f8bb8510003a5a2.zip |
Revert "Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106"
This reverts commit e1f8ec59f2cc83f052b15233147aa2d6d8114a4d.
Reason: seems bad styling
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/abstract_controller/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/helpers.rb b/actionpack/lib/abstract_controller/helpers.rb index 20f289239f..812a35735f 100644 --- a/actionpack/lib/abstract_controller/helpers.rb +++ b/actionpack/lib/abstract_controller/helpers.rb @@ -113,7 +113,7 @@ module AbstractController # helpers with the following behavior: # # String or Symbol:: :FooBar or "FooBar" becomes "foo_bar_helper", - # and "foo_bar_helper.rb" is loaded using require_dependency. + # and "foo_bar_helper.rb" is loaded using require_dependency. # # Module:: No further processing # |