Guest User

Untitled

a guest
Nov 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. set :output, {
  2. error: '/log/cron_error_log.log',
  3. standard: '/log/cron_log.log' }
  4.  
  5. every 1.day, :at => '01:00 am' do
  6. rake "delete:customers"
  7. end
Add Comment
Please, Sign In to add comment