Mercurial > hg > soundsoftware-site
view lib/tasks/watchers.rake @ 78:f549e0ce4aad luisf
Bug #51: Unfinished and not completely tested - limits the number of displayed users to 10.
author | luisf |
---|---|
date | Tue, 14 Dec 2010 17:51:34 +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