Namespace
Methods
A
C
R
Class Public methods
call(env)
# File actionpack/test/controller/integration_test.rb, line 921
def self.call(env)
  env["action_dispatch.parameter_filter"] = [:password]
  routes.call(env)
end
routes()
# File actionpack/test/controller/integration_test.rb, line 926
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end
Instance Public methods
app()
# File actionpack/test/controller/integration_test.rb, line 934
def app
  self.class
end