Class: WorkerController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- WorkerController
- Defined in:
- app/controllers/worker_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from ApplicationHelper
#active_nav, #current_user, #signed_in?
Instance Method Details
#list ⇒ Object
5 6 7 |
# File 'app/controllers/worker_controller.rb', line 5 def list @workers = [ ] end |
#show ⇒ Object
9 10 |
# File 'app/controllers/worker_controller.rb', line 9 def show end |