This commit is contained in:
Sam
2014-02-27 12:43:44 +11:00
parent ed7c051fcc
commit 1b0c567729

View File

@ -4,7 +4,7 @@ module Jobs
# This job will run on a regular basis to update statistics and denormalized data. # This job will run on a regular basis to update statistics and denormalized data.
# If it does not run, the site will not function properly. # If it does not run, the site will not function properly.
class PeriodicalUpdates < Jobs::Scheduled class Daily < Jobs::Scheduled
every 1.day every 1.day
def execute(args) def execute(args)