Class: Tasks::Administrator::ProjectClassificationController

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

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/tasks/administrator/project_classification_controller.rb', line 4

def index
  @data = helpers.taxonworks_classification(project_cutoff: (params[:project_cutoff] || 1000))
end