提交 40e77636 编写于 作者: A Aaron Patterson

we can just use Ruby here

上级 4d1b3a13
......@@ -23,12 +23,12 @@ module UrlFor
include AbstractController::UrlFor
def url_options
@_url_options ||= super.reverse_merge(
@_url_options ||= {
:host => request.host,
:port => request.optional_port,
:protocol => request.protocol,
:_recall => request.symbolized_path_parameters
).freeze
}.merge(super).freeze
if (same_origin = _routes.equal?(env["action_dispatch.routes".freeze])) ||
(script_name = env["ROUTES_#{_routes.object_id}_SCRIPT_NAME"]) ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册