Mercurial > hg > soundsoftware-site
view lib/tasks/watchers.rake @ 1062:5577ef946dc8 luisf
Merge
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Nov 2012 19:55:54 +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