module Roda::RodaPlugins::StaticRouting::InstanceMethods

def _roda_before_30__static_routing

instead having the routing tree handle the request.
If there is a static routing method for the given path, call it
def _roda_before_30__static_routing
  r = @_request
  r.hash_paths(r.request_method)
  r.hash_paths(:static_routing)
end