module ActionView::RoutingUrlFor

def ensure_only_path_option(options)

def ensure_only_path_option(options)
  unless options.key?(:only_path)
    options[:only_path] = _generate_paths_by_default unless options[:host]
  end
end