Mercurial > hg > soundsoftware-site
view lib/tasks/watchers.rake @ 541:c3abeb11bc2e feature_36
Addresses Issus #224 - separates the projects in a project list using commas.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 28 Jul 2011 15:04:24 +0100 |
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