Class: AdministrationController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AdministrationController
- Defined in:
- app/controllers/administration_controller.rb
Overview
This is a top-level class documentation comment for the Administration Controller
Instance Method Summary collapse
Methods included from RequestType
Methods included from LogRecent
Methods included from Cookies
#digest_cookie, #digested_cookie_exists?
Methods included from Whitelist
Methods included from ProjectsHelper
#invalid_object, #project_link, #project_matches, #project_tag, #projects_list, #projects_search_form
Methods included from Api::Intercept
Methods included from TokenAuthentication
#intercept_project, #intercept_user, #intercept_user_or_project, #project_token_authenticate, #token_authenticate
Instance Method Details
#data_health ⇒ Object
16 17 |
# File 'app/controllers/administration_controller.rb', line 16 def data_health end |
#data_overview ⇒ Object
13 14 |
# File 'app/controllers/administration_controller.rb', line 13 def data_overview end |
#index ⇒ Object
7 8 |
# File 'app/controllers/administration_controller.rb', line 7 def index end |
#user_activity ⇒ Object
10 11 |
# File 'app/controllers/administration_controller.rb', line 10 def user_activity end |