diff options
Diffstat (limited to 'lib/tasks/watchers.rake')
-rw-r--r-- | lib/tasks/watchers.rake | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/tasks/watchers.rake b/lib/tasks/watchers.rake deleted file mode 100644 index caa9e05f6..000000000 --- a/lib/tasks/watchers.rake +++ /dev/null @@ -1,9 +0,0 @@ -desc 'Removes watchers from what they can no longer view.' - -namespace :redmine do - namespace :watchers do - task :prune => :environment do - Watcher.prune - end - end -end |