view lib/tasks/watchers.rake @ 532:76d064830472 feature_36

added more content to the My Publications Block on the My Page view.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 25 Jul 2011 17:53:41 +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