Skip to content

Instantly share code, notes, and snippets.

@SeanJManning
Created May 24, 2017 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanJManning/f0ceea603fd3cc360573eee98d5c1b40 to your computer and use it in GitHub Desktop.
Save SeanJManning/f0ceea603fd3cc360573eee98d5c1b40 to your computer and use it in GitHub Desktop.
class RefreshTopicsJob < ActiveJob::Base
queue_as :default
def perform(*args)
system "rake twoplustwo:topics"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment