module Roda::RodaPlugins::ReeRoutes::RequestMethods

def get_cached_action(route)

def get_cached_action(route)
  @@_actions_cache[route.action.object_id] ||= route.action.klass.new
end