module Roda::RodaPlugins::HashRoutes::RequestMethods
Public Instance Methods
Source
# File lib/roda/plugins/hash_routes.rb, line 295 def hash_routes(namespace=matched_path) hash_paths(namespace) hash_branches(namespace) end
Check for matches in both the hash_path and hash_branch namespaces for a matching remaining path or next segment in the remaining path, respectively.