Skip to content

Instantly share code, notes, and snippets.

@sclinede
Last active August 29, 2015 14:04
Show Gist options
  • Save sclinede/9c9e2024302fae18f2d9 to your computer and use it in GitHub Desktop.
Save sclinede/9c9e2024302fae18f2d9 to your computer and use it in GitHub Desktop.
date = Date.parse('2014-07-31')
week = CoreStatistics::Base.new.get_week_by_date(date)
CompanyStatisticLog.transaction do
CompanyStatisticPagesByMonth.process date
CompanyStatisticReferersByWeek.process week
CompanyStatisticReferersByMonth.process date
CompanyEventLog.clear_if_needed
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment