view lib/tasks/watchers.rake @ 1187:7f57e82048a4 cannam

Merge
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 14:49:32 +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