class ActionController::Metal

def url_for(string)

basic url_for that can be overridden for more robust functionality
def url_for(string)
  string
end