daily_job.rb edited online with Bitbucket - save singleton state

This commit is contained in:
Seth Call 2016-01-05 00:32:24 +00:00
parent 3a95b22762
commit 1fd2679cbf
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ module JamRuby
singleton = GenericState.singleton
singleton.bounce_check_at = end_date
singleton.save!
end
end
end