view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 670:456c61347fe0 live

Added tag bibliography_plugin_alpha for changeset 202986dd17e4
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 09 Sep 2011 17:23:26 +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