Class: Kuroko2::WorkersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/kuroko2/workers_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_user

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/kuroko2/workers_controller.rb', line 2

def index
  @workers = Kuroko2::Worker.ordered.all
end