module Padrino::Routing

def registered(app)


Main class that register this extension.
#
def registered(app)
  app.send(:include, InstanceMethods)
  app.extend(ClassMethods)
end