view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 474:dff13616e464 feature_125

Avoid double-slash in path
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 27 Jun 2011 12:37:09 +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