initial commit
[upr.git] / examples / rails_app-2.3.4 / lib / tasks / upr_status.rake
blob4dd5ef30edd97f33acbf021700efdc37ec67e99a
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