Class: PerformanceController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#backend, #redis_not_available

Instance Method Details

#checkObject



7
8
9
# File 'lib/engine/app/controllers/performance_controller.rb', line 7

def check
  @stats = PerformanceStats.new(backend).result
end

#indexObject



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

def index
end