Class | Merb::Dispatcher |
In: |
merb-core/lib/merb-core/dispatch/default_exception/default_exception.rb
merb-core/lib/merb-core/dispatch/dispatcher.rb |
Parent: | Object |
use_mutex | [RW] | :api: private |
Dispatch the rack environment. ControllerExceptions are rescued here and redispatched.
rack_env<Rack::Environment>: | The rack environment, which is used to instantiate a Merb::Request |
Merb::Controller: | The Merb::Controller that was dispatched to |
:api: private
# File merb-core/lib/merb-core/dispatch/dispatcher.rb, line 35 35: def handle(request) 36: request.handle 37: end