module Roda::RodaPlugins::StaticRouting::ClassMethods
def static_route_for(method, path)
def static_route_for(method, path) if h = opts[:static_routes][path] h[method] || h[nil] end end
def static_route_for(method, path) if h = opts[:static_routes][path] h[method] || h[nil] end end