class TestAltApp::XHeader

Public Instance Methods

call(env) click to toggle source
# File actionpack/test/dispatch/routing_test.rb, line 3797
def call(env)
  [200, { "Content-Type" => "text/html" }, ["XHeader"]]
end