Skip to content

Instantly share code, notes, and snippets.

@kirillshevch
Created January 20, 2018 14:19
Show Gist options
  • Save kirillshevch/f3e2ea7eeebf9fdfb6a9688f11a7eac1 to your computer and use it in GitHub Desktop.
Save kirillshevch/f3e2ea7eeebf9fdfb6a9688f11a7eac1 to your computer and use it in GitHub Desktop.
class StatisticsJob
include SuckerPunch::Job
def perform
StatisticsService.call
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment