You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Rack compatible #call. If matching route is found, and +dest+ value responds to #call, processing will pass to the matched route. Otherwise,# the default application will be called. The router will be available in the env under the key <tt>router</tt>. And parameters matched will# be available under the key <tt>router.params</tt>.defcall(env, &callback)compilecall(env, &callback)end
The text was updated successfully, but these errors were encountered:
According to the comments/rdoc (http://rubydoc.info/github/joshbuddy/http_router/master/HttpRouter#call-instance_method), http_router should be placing a reference to itself in the env. This does not appear to be there.
http_router.rb:156
The text was updated successfully, but these errors were encountered: