1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix misprint in UrlHelper module

This commit is contained in:
Alexey Vakhov 2012-06-18 22:52:15 +04:00
parent 0b66543c51
commit e925d56529

View file

@ -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: