Flowdock
method

dispatch

Importance_1
v1.0.0 - Show latest stable - 0 notes - Class: Dispatcher
dispatch(cgi = nil, session_options = ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS, output = $stdout) public

Dispatch the given CGI request, using the given session options, and emitting the output via the given output. If you dispatch with your own CGI object be sure to handle the exceptions it raises on multipart requests (EOFError and ArgumentError).

Show source
Register or log in to add new notes.