view lib/tasks/watchers.rake @ 833:793a52eb8d32 cannam

Merge from branch "bug_352"
author Chris Cannam
date Wed, 01 Feb 2012 10:35:57 +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