Method: Cron::TrimCollection#allowed_time

Defined in:
lib/app/jobs/cron/trim_collection.rb

#allowed_timeObject

Allowed time the amount of time allowed to exists before deleting



59
60
61
# File 'lib/app/jobs/cron/trim_collection.rb', line 59

def allowed_time
  30.days.ago
end