Mercurial > hg > soundsoftware-site
view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 613:3b63cea01e7b feature_36
Fixes bug preventing Projects being associated with newly created publications.
author | luisf |
---|---|
date | Tue, 23 Aug 2011 14:49:27 +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