strip syntax for meta description tag

This commit is contained in:
r888888888
2016-02-04 13:46:37 -08:00
parent 504674b288
commit 7f9261b0cb
3 changed files with 20 additions and 2 deletions

View File

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