lib/tasks/statistics.rake in picky-0.3.0 vs lib/tasks/statistics.rake in picky-0.9.0
- old
+ new
@@ -1,13 +1,13 @@
namespace :statistics do
- desc "start the server"
- task :start => :application do
- Statistics.start unless PICKY_ENVIRONMENT == 'test'
- end
+ # desc "start the server"
+ # task :start => :application do
+ # Statistics.start unless PICKY_ENVIRONMENT == 'test'
+ # end
- desc "stop the server"
- task :stop => :application do
- Statistics.stop unless PICKY_ENVIRONMENT == 'test'
- end
+ # desc "stop the server"
+ # task :stop => :application do
+ # Statistics.stop unless PICKY_ENVIRONMENT == 'test'
+ # end
end
\ No newline at end of file