Chris@0: desc 'Removes watchers from what they can no longer view.' Chris@0: Chris@0: namespace :redmine do Chris@0: namespace :watchers do Chris@0: task :prune => :environment do Chris@0: Watcher.prune Chris@0: end Chris@0: end Chris@0: end