Class: LogController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/log_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/log_controller.rb', line 6

def index
  LogMonitor::LogMonitorService.start_monitoring
end