mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
6 lines
No EOL
223 B
Ruby
6 lines
No EOL
223 B
Ruby
desc "This task is called by the Heroku scheduler add-on"
|
|
task :clear_done => :environment do
|
|
puts "Clearing users' completed daily tasks, and docking points for incompletes..."
|
|
Habit.clear_done
|
|
puts "done."
|
|
end |