Class: BackgroundrbStatusController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- BackgroundrbStatusController
- Defined in:
- app/controller/backgroundrb_status_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
2 3 4 5 |
# File 'app/controller/backgroundrb_status_controller.rb', line 2 def index status = MiddleMan.all_worker_info render :text => status end |