annotate .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 1613:90bed4e10cc8 deploy

Download file link
author Chris Cannam
date Wed, 30 Aug 2017 17:24:37 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 desc 'Removes watchers from what they can no longer view.'
Chris@909 2
Chris@909 3 namespace :redmine do
Chris@909 4 namespace :watchers do
Chris@909 5 task :prune => :environment do
Chris@909 6 Watcher.prune
Chris@909 7 end
Chris@909 8 end
Chris@909 9 end