Parent

Methods

Files

Thoth::AdminController

Public Instance Methods

index() click to toggle source
# File lib/thoth/controller/admin.rb, line 37
def index
  if auth_key_valid?
    @title       = 'Welcome to Thoth'
    @public_root = PUBLIC_DIR
    @view_root   = VIEW_DIR
  else
    @title = 'Login'
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.