updated mailer urls

This commit is contained in:
albert
2011-09-18 17:08:17 -04:00
parent adbbcf3442
commit d42e82eb2f
6 changed files with 12 additions and 3 deletions

View File

@@ -8,4 +8,8 @@ if environment == "production"
every 1.hour do
runner "AmazonBackup.execute"
end
every 1.week do
runner "UserPasswordResetNonce.prune!"
end
end