view lib/tasks/watchers.rake @ 1188:703784e12455 cannam

Text fix
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 15:44:09 +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