view lib/tasks/watchers.rake @ 1049:ab0e59f856ba cannam

Un-indent wiki para in checkout box
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 15 Nov 2012 14:13:55 +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