Class: Tasks::ControlledVocabularyTerms::ProjectsSummaryController

Inherits:
ApplicationController
  • Object
show all
Includes:
TaskControllerConfiguration
Defined in:
app/controllers/tasks/controlled_vocabulary_terms/projects_summary_controller.rb

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject

GET



5
6
# File 'app/controllers/tasks/controlled_vocabulary_terms/projects_summary_controller.rb', line 5

def index
end

#switch_projectsObject



8
9
10
11
12
13
# File 'app/controllers/tasks/controlled_vocabulary_terms/projects_summary_controller.rb', line 8

def switch_projects
  # switch projects
  (user, request)
 
  redirect_to :manage_controlled_vocabulary_terms_task_path
end