namespace :merry_go_round do

desc 'Run the aggregations'
task aggregate: :environment do
  MerryGoRound.aggregate!
end

end