module Roda::RodaPlugins::StaticRouting

def self.load_dependencies(app)

def self.load_dependencies(app)
  app.plugin :hash_paths
end