SpeciesFileGroup/taxonworks

View on GitHub
app/controllers/tasks/collecting_events/spatial_summary_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Tasks::CollectingEvents::SpatialSummaryController < ApplicationController
  include TaskControllerConfiguration

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

end