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