repo.or.cz
/
upr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[upr.git]
/
examples
/
rails_app-2.3.4
/
lib
/
tasks
/
upr_status.rake
blob
4dd5ef30edd97f33acbf021700efdc37ec67e99a
1
namespace :upr do
2
desc "Performs garbage conllection on tables used by UprStatus"
3
task :gc do
4
require 'config/environment'
5
p UprStatus.gc
6
end
7
end
8