Mercurial > hg > soundsoftware-site
view lib/tasks/watchers.rake @ 848:aa0ad9ab384b live
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Wed, 01 Feb 2012 14:35:56 +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