Class: Tasks::BiologicalAssociations::SummaryController

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

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject

No iteration through all records, just query summaries



5
6
7
8
# File 'app/controllers/tasks/biological_associations/summary_controller.rb', line 5

def index
  @biological_associations_query = ::Queries::BiologicalAssociation::Filter.new(params)
  @biological_associations = @biological_associations_query.all
end