module Roda::RodaPlugins::HashPaths

def self.configure(app)

def self.configure(app)
  app.opts[:hash_paths] ||= {}
end