view .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 1492:54f320b40728 live

Merge
author Chris Cannam
date Mon, 17 Mar 2014 08:56:45 +0000
parents cbb26bc654de
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