module Padrino::Sextant

Constants

VERSION

Public Class Methods

registered(app) click to toggle source
# File lib/padrino/sextant.rb, line 6
def self.registered(app)
  Controller.registered app
end