SpeciesFileGroup/taxonworks

View on GitHub
app/controllers/tasks/uniquify/people_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Tasks::Uniquify::PeopleController < ApplicationController
  include TaskControllerConfiguration

  # GET
  def index
    @people = Person.none
  end
  
end