module Roda::RodaPlugins::StaticRouting::InstanceMethods
def _roda_before_30__static_routing
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