Mercurial > hg > soundsoftware-site
view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 901:6e80a22916e9 cannam
Merge from branch "luisf"
author | Chris Cannam |
---|---|
date | Thu, 02 Feb 2012 15:24:04 +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