Mercurial > hg > soundsoftware-site
view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 688:1f488f375d64 feature_36
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Fri, 16 Sep 2011 15:49:29 +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