module TrustyCms::Initializer

def admin


Returns the TrustyCms::AdminUI singleton so that the initializer can set up the admin interface.
def admin
  TrustyCms::Application.config.admin
end