view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 170:6d10c3b6fe17 live

Put more sensible content into the description and keywords meta-tags
author Chris Cannam
date Wed, 02 Feb 2011 11:44:48 +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