url_for(string)
Basic url_for that can be overridden for more robust functionality
# File actionpack/lib/action_controller/metal.rb, line 169 def url_for(string) string end