annotate .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 976:0befb332f41a get_statistics

get stats up to current date
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 25 Oct 2012 13:50:45 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 desc 'Removes watchers from what they can no longer view.'
Chris@909 2
Chris@909 3 namespace :redmine do
Chris@909 4 namespace :watchers do
Chris@909 5 task :prune => :environment do
Chris@909 6 Watcher.prune
Chris@909 7 end
Chris@909 8 end
Chris@909 9 end