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:
parent
0b66543c51
commit
e925d56529
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue