Skip to content

Commit

Permalink
Fix incorrect adjustment 4c41e87
Browse files Browse the repository at this point in the history
  • Loading branch information
kei-s committed Dec 20, 2012
1 parent 4c41e87 commit e1f8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/abstract_controller/helpers.rb
Expand Up @@ -113,7 +113,7 @@ def clear_helpers
# helpers with the following behavior: # helpers with the following behavior:
# #
# String or Symbol:: :FooBar or "FooBar" becomes "foo_bar_helper", # 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 # Module:: No further processing
# #
Expand Down

0 comments on commit e1f8ec5

Please sign in to comment.