Sha256: a3612b234fd834d7331cfa491dcde27d049ba2f54d51e3e207cec076756d705c
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
namespace :statistics do desc "start the server" task :start => :application do Statistics.start unless SEARCH_ENVIRONMENT == 'test' end desc "stop the server" task :stop => :application do Statistics.stop unless SEARCH_ENVIRONMENT == 'test' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
picky-0.0.5 | lib/tasks/statistics.rake |
picky-0.0.4 | lib/tasks/statistics.rake |
picky-0.0.3 | lib/tasks/statistics.rake |
picky-0.0.2 | lib/tasks/statistics.rake |