Class: Tasks::Uniquify::PeopleController

Inherits:
ApplicationController
  • Object
show all
Includes:
TaskControllerConfiguration
Defined in:
app/controllers/tasks/uniquify/people_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/uniquify/people_controller.rb', line 5

def index
  @people = Person.none
end