Class: Tasks::CollectingEvents::SpatialSummaryController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::CollectingEvents::SpatialSummaryController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/collecting_events/spatial_summary_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET.
Methods included from TaskControllerConfiguration
Instance Method Details
#index ⇒ Object
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 |