Flowdock
method

service

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: DispatchServlet
service(req, res) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/webrick_server.rb, line 72
  def service(req, res) #:nodoc:
    unless handle_file(req, res)
      unless handle_dispatch(req, res)
        raise WEBrick::HTTPStatus::NotFound, "`#{req.path}' not found."
      end
    end
  end
Register or log in to add new notes.