Class: Kuroko2::WorkersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Kuroko2::WorkersController
- Defined in:
- app/controllers/kuroko2/workers_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
2 3 4 |
# File 'app/controllers/kuroko2/workers_controller.rb', line 2 def index @workers = Kuroko2::Worker.ordered.all end |