repo.or.cz
/
askyou.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
;]
[askyou.git]
/
lib
/
tasks
/
watchers.rake
blob
caa9e05f656bc7838e3cbadce2953470c0d12ff9
1
desc 'Removes watchers from what they can no longer view.'
2
3
namespace :redmine do
4
namespace :watchers do
5
task :prune => :environment do
6
Watcher.prune
7
end
8
end
9
end