提交 cd681681 编写于 作者: E Emilio Tagua

Initialize @_routes if it doesn't exists.

上级 986bad6a
...@@ -128,6 +128,7 @@ def url_for(options = nil) ...@@ -128,6 +128,7 @@ def url_for(options = nil)
when String when String
options options
when nil, Hash when nil, Hash
@_routes ||= nil
_routes.url_for((options || {}).reverse_merge!(url_options).symbolize_keys) _routes.url_for((options || {}).reverse_merge!(url_options).symbolize_keys)
else else
polymorphic_url(options) polymorphic_url(options)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册