diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-12-21 23:14:08 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-12-21 23:14:08 +0530 |
commit | e0176bf7327c088ddc995d7306e72820a2713698 (patch) | |
tree | ffbc966f88ac4ad1fc1f143c228960ae7242645a /actionpack/lib/abstract_controller | |
parent | f2e0925ab7279c5a7c0a5ba7574a09d9e5550fd0 (diff) | |
parent | 4a8bdabc8ee895eeb3c35f2c4dc4900c42b9cd86 (diff) | |
download | rails-e0176bf7327c088ddc995d7306e72820a2713698.tar.gz rails-e0176bf7327c088ddc995d7306e72820a2713698.tar.bz2 rails-e0176bf7327c088ddc995d7306e72820a2713698.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/abstract_controller')
-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 36a0dcb2de..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 # |