Class: PerformanceController

Inherits:
ApplicationController show all
Defined in:
lib/engine/app/controllers/performance_controller.rb

Instance Method Summary collapse

Instance Method Details

#checkObject



5
6
7
# File 'lib/engine/app/controllers/performance_controller.rb', line 5

def check
  @stats = Backend.performance_stats
end

#indexObject



2
3
# File 'lib/engine/app/controllers/performance_controller.rb', line 2

def index
end