提交 ca9fd76c 编写于 作者: A Aaron Patterson

the :only_path option is applied by the time the helper is called

上级 566f25be
......@@ -225,10 +225,7 @@ def initialize(route, options)
end
def call(t, args)
options = handle_positional_args(t, args, @options, @segment_keys)
hash = {
:only_path => options[:host].nil?
}.merge!(options)
hash = handle_positional_args(t, args, @options, @segment_keys)
hash.reverse_merge!(t.url_options)
t._routes.url_for(hash)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册