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