Skip to content

Instantly share code, notes, and snippets.

@ariejan
Created April 30, 2010 09:58
Show Gist options
  • Save ariejan/385021 to your computer and use it in GitHub Desktop.
Save ariejan/385021 to your computer and use it in GitHub Desktop.
class MagicWorker
def self.perform(*args)
logger.info("This is a stub worker.")
end
end
class MagicWorker
def self.perform(*args)
## Do actual work here.
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment