Class: ConsoleIndexController

Inherits:
ConsoleController show all
Defined in:
app/controllers/console_index_controller.rb

Instance Method Summary collapse

Methods inherited from ConsoleController

#active_tab

Methods included from SshkeyAware

#sshkey_uploaded?

Methods included from DomainAware

#domain_is_missing, #user_default_domain

Methods included from CapabilityAware

#user_capabilities

Instance Method Details

#helpObject



11
12
13
# File 'app/controllers/console_index_controller.rb', line 11

def help
  render 'console/help'
end

#indexObject



4
5
6
# File 'app/controllers/console_index_controller.rb', line 4

def index
  redirect_to applications_path
end

#unauthorizedObject



7
8
9
# File 'app/controllers/console_index_controller.rb', line 7

def unauthorized
  render 'console/unauthorized'
end