class Restforce::Middleware::InstanceURL
def call(env)
def call(env) # If the connection url_prefix isn't set, we must not be authenticated. unless url_prefix_set? raise Restforce::UnauthorizedError, 'Connection prefix not set' end @app.call(env) end