Sha256: 8d76f788df42485310f4181cc93edd952231622c52cdd0d57a1f5c46aa1b5c78

Contents?: true

Size: 140 Bytes

Versions: 16

Compression:

Stored size: 140 Bytes

Contents

set :output, 'log/crontab.log'
set :environment, :production

every 1.day, at: '4:30 am' do
	runner 'Notee::TrashesController.cleanup'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
notee-1.1.2.4 lib/tasks/config/schedule.rb
notee-1.1.2.3 lib/tasks/config/schedule.rb
notee-1.1.2.2 lib/tasks/config/schedule.rb
notee-1.1.2.1 lib/tasks/config/schedule.rb
notee-1.1.2 lib/tasks/config/schedule.rb
notee-1.1.1 lib/tasks/config/schedule.rb
notee-1.1.0 lib/tasks/config/schedule.rb
notee-1.0.8 lib/tasks/config/schedule.rb
notee-1.0.7 lib/tasks/config/schedule.rb
notee-1.0.6 lib/tasks/config/schedule.rb
notee-1.0.5 lib/tasks/config/schedule.rb
notee-1.0.4 lib/tasks/config/schedule.rb
notee-1.0.3 lib/tasks/config/schedule.rb
notee-1.0.2 lib/tasks/config/schedule.rb
notee-1.0.1 lib/tasks/config/schedule.rb
notee-1.0.0 lib/tasks/config/schedule.rb