view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 244:8972b600f4fb

Add some files from SVN working copy that addremove had overlooked
author Chris Cannam
date Thu, 03 Mar 2011 11:40:10 +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