Class: Whenever::LogsController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/whenever/logs_controller.rb

Instance Method Summary collapse

Instance Method Details

#clearObject



3
4
5
6
# File 'app/controllers/whenever/logs_controller.rb', line 3

def clear
  log.clear
  redirect_to jobs_path, notice: t('.success', kind: log.kind)
end