view lib/tasks/watchers.rake @ 317:2c9d65eff252 live

Merge from branch "cannam-pre-20110113-merge"
author Chris Cannam
date Mon, 28 Mar 2011 18:08:24 +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