3 lines
97 B
Ruby
3 lines
97 B
Ruby
task remove_old_notifications: :environment do
|
|
Notification.fast_destroy_old_notifications
|
|
end
|