lib/merb/merb_dispatcher.rb in merb-0.3.0 vs lib/merb/merb_dispatcher.rb in merb-0.3.1
- old
+ new
@@ -9,10 +9,10 @@
@@use_mutex = val
end
@@mutex = Mutex.new
@@use_mutex = ::Merb::Server.use_mutex
- # This is where we grab the incoming request PATH_INFO
+ # This is where we grab the incoming request REQUEST_URI
# and use that in the merb routematcher to determine
# which controller and method to run.
# returns a 2 element tuple of:
# [controller, action]
def handle(request, response)
\ No newline at end of file