module Roda::RodaPlugins::StaticRouting::InstanceMethods
Private Instance Methods
Source
# File lib/roda/plugins/static_routing.rb, line 79 def _roda_before_30__static_routing r = @_request r.hash_paths(r.request_method) r.hash_paths(:static_routing) end
If there is a static routing method for the given path, call it instead having the routing tree handle the request.