This commit is contained in:
r888888888
2015-06-12 12:52:24 -07:00
parent 5985725cc6
commit dc20385932
7 changed files with 64 additions and 3 deletions

View File

@@ -2,5 +2,6 @@ class WeeklyMaintenance
def run
ActiveRecord::Base.connection.execute("set statement_timeout = 0")
UserPasswordResetNonce.prune!
JanitorPruner.new.prune!
end
end