Class: Tasks::ControlledVocabularyTerms::ProjectsSummaryController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::ControlledVocabularyTerms::ProjectsSummaryController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/controlled_vocabulary_terms/projects_summary_controller.rb
Instance Method Summary collapse
Methods included from TaskControllerConfiguration
Instance Method Details
#index ⇒ Object
GET
5 6 |
# File 'app/controllers/tasks/controlled_vocabulary_terms/projects_summary_controller.rb', line 5 def index end |
#switch_projects ⇒ Object
8 9 10 11 12 13 |
# File 'app/controllers/tasks/controlled_vocabulary_terms/projects_summary_controller.rb', line 8 def switch_projects # switch projects sessions_sign_in(user, request) redirect_to :manage_controlled_vocabulary_terms_task_path end |