aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorAlexey Vakhov <vakhov@gmail.com>2012-06-18 22:52:15 +0400
committerAlexey Vakhov <vakhov@gmail.com>2012-06-18 22:52:15 +0400
commite925d56529406cade161b4f453f34504ae0b3d62 (patch)
tree1d3567385474ee2faab2e5da7f3d39e90c93e6cf /actionpack/lib/action_view/helpers
parent0b66543c512e28515fae6fc5a52c6e83da874d41 (diff)
downloadrails-e925d56529406cade161b4f453f34504ae0b3d62.tar.gz
rails-e925d56529406cade161b4f453f34504ae0b3d62.tar.bz2
rails-e925d56529406cade161b4f453f34504ae0b3d62.zip
Fix misprint in UrlHelper module
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 7f5b3c8a0f..736f9fa2f0 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -23,7 +23,7 @@ module ActionView
include ActionDispatch::Routing::UrlFor
include TagHelper
- # We need to override url_optoins, _routes_context
+ # We need to override url_options, _routes_context
# and optimize_routes_generation? to consider the controller.
def url_options #:nodoc: