public Method

Base.process_cgi(cgi, session_options = {})

There's no documentation for this item.

Source Code

# File action_controller/cgi_process.rb, line 30
def process_cgi(cgi, session_options = {}) #:nodoc:
  process(CgiRequest.new(cgi, session_options), CgiResponse.new(cgi)).out
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.