Sha256: 076b98dc129b16cd2a5494f80922d5a2ca02f72f0312f1fdbf49db542f5fbb18
Contents?: true
Size: 296 Bytes
Versions: 5
Compression:
Stored size: 296 Bytes
Contents
namespace :cohortly do namespace :run do desc "run the reports for all the tags" task :reports => :environment do Cohortly::Metric.cohort_chart_for_tag Cohortly::TagConfig.all_tags.each do |tag| Cohortly::Metric.cohort_chart_for_tag(tag) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems