view lib/tasks/.svn/text-base/watchers.rake.svn-base @ 175:592e09cc3a7b feature_55

fixed no prompt issue for users with no institution selected
author luisf
date Wed, 02 Feb 2011 13:33:41 +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