Class: ConsoleIndexController
Instance Method Summary
collapse
#active_tab
#sshkey_uploaded?
#domain_is_missing, #user_default_domain
#user_capabilities
Instance Method Details
#help ⇒ Object
11
12
13
|
# File 'app/controllers/console_index_controller.rb', line 11
def help
render 'console/help'
end
|
#index ⇒ Object
4
5
6
|
# File 'app/controllers/console_index_controller.rb', line 4
def index
redirect_to applications_path
end
|
#unauthorized ⇒ Object
7
8
9
|
# File 'app/controllers/console_index_controller.rb', line 7
def unauthorized
render 'console/unauthorized'
end
|