class DispatcherTest::DummyApp

Public Instance Methods

call(env) click to toggle source
# File actionpack/test/dispatch/callbacks_test.rb, line 11
def call(env)
  [200, {}, "response"]
end