class ActionController::Metal

def url_for(string)

Basic \url_for that can be overridden for more robust functionality.
def url_for(string)
  string
end