Class: BackgroundrbStatusController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controller/backgroundrb_status_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
5
# File 'app/controller/backgroundrb_status_controller.rb', line 2

def index
  status = MiddleMan.all_worker_info
  render :text => status
end