docbrown/lib/tasks/notifications.rake
2020-04-01 12:39:40 -04:00

3 lines
97 B
Ruby

task remove_old_notifications: :environment do
Notification.fast_destroy_old_notifications
end