Class: Configure::Controllers::ClearLogs

Inherits:
R
  • Object
show all
Defined in:
lib/mongrel_config/win32_app.rb

Instance Method Summary collapse

Instance Method Details

#getObject



67
68
69
70
71
72
# File 'lib/mongrel_config/win32_app.rb', line 67

def get
  $service_logs = ""
  $service_logs << "#{Time.now}: CLEARED"

  redirect Logs
end