Sha256: 36ead6ea3156b937237aeabd39c51f13b6c5fc9e09418a106ab91aea4c085e05
Contents?: true
Size: 274 Bytes
Versions: 11
Compression:
Stored size: 274 Bytes
Contents
namespace :statistics do 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 end
Version data entries
11 entries across 11 versions & 1 rubygems