unepwcmc/SAPI

View on GitHub
lib/tasks/dashboard_stats_cache.rake

Summary

Maintainability
Test Coverage
namespace :dashboard_stats do

  namespace :cache do
    desc "Update the cache for the dashboard stats"
    task :update => :environment do
      DashboardStatsCache.update_dashboard_stats
    end
  end
end