Mercurial > hg > soundsoftware-site
view lib/tasks/watchers.rake @ 250:c90c42a771ec cannam
* Restore further things broken during merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 03 Mar 2011 14:38:43 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
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