enable janitor trial invite system, fix typo

This commit is contained in:
r888888888
2015-08-04 17:42:19 -07:00
parent 2042d11487
commit 4a367b92ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
class MonthlyMaintenance
def run
ActiveRecord::Base.connection.execute("set statement_timeout = 0")
# JanitorTrial.message_candidates!
JanitorTrial.message_candidates!
end
end