Namespace
Methods
A
C
R
Class Public methods
call(env)
# File actionpack/test/controller/integration_test.rb, line 834
def self.call(env)
  routes.call(env)
end
routes()
# File actionpack/test/controller/integration_test.rb, line 838
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end
Instance Public methods
app()
# File actionpack/test/controller/integration_test.rb, line 866
def app
  self.class
end