Public Instance methods
hash_routes(namespace=matched_path)
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.
[show source]
# File lib/roda/plugins/hash_routes.rb 295 def hash_routes(namespace=matched_path) 296 hash_paths(namespace) 297 hash_branches(namespace) 298 end