class EnvironmentFilterIntegrationTest
Public Class Methods
call(env)
click to toggle source
# File actionpack/test/controller/integration_test.rb, line 727 def self.call(env) env["action_dispatch.parameter_filter"] = [:password] routes.call(env) end
routes()
click to toggle source
# File actionpack/test/controller/integration_test.rb, line 732 def self.routes @routes ||= ActionDispatch::Routing::RouteSet.new end
Public Instance Methods
app()
click to toggle source
# File actionpack/test/controller/integration_test.rb, line 740 def app self.class end