Mercurial > hg > soundsoftware-site
view .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 1386:e4c393cebb1a luisf
Merger from testing branch.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 24 Sep 2013 16:25:05 +0100 |
parents | cbb26bc654de |
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