Class: Tasks::CollectingEvents::SpatialSummaryController

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

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject

GET



5
6
7
# File 'app/controllers/tasks/collecting_events/spatial_summary_controller.rb', line 5

def index
  @collecting_events = Queries::CollectingEvent::Filter.new(params)
end