module Padrino::Routing

def registered(app)

def registered(app)
  app.send(:include, InstanceMethods)
  app.extend(ClassMethods)
end