module Roda::RodaPlugins::HashRoutes::RequestMethods
def hash_routes(namespace=matched_path)
Check for matches in both the hash_path and hash_branch namespaces for
def hash_routes(namespace=matched_path) hash_paths(namespace) hash_branches(namespace) end