view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 389:0bc92382a86b feature_113

Some layout and link fixes
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 07 Apr 2011 15:45:48 +0100
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