Class: Toro::Monitor::Api::ProcessesController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/toro/monitor/api/processes_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/toro/monitor/api/processes_controller.rb', line 7

def index
  render json: ProcessesDatatable.new(view_context)
end