# lib/tasks/cron.rake 
task :cron => :environment do
  ENV['days'] = '1'
  Rake::Task['redmine:send_reminders'].invoke
end

Comments


Option