summaryrefslogtreecommitdiff
path: root/lib/tasks/leap_web_users_tasks.rake
blob: 62bcbe94ec9b192a6e9c574a8194d9f8304b7a06 (plain)
1
2
3
4
5
6
7
8
9
10
# desc "Explaining what the task does"
# task :leap_web_users do
#   # Task goes here
# end

# recommended that for our setup, we should have this triggered from a cron job in puppet rather than using whenever gem
desc "Send one month warning messages"
task :leap_web_users do
  User.send_one_month_warnings
end