Skip to content

Instantly share code, notes, and snippets.

@adamcooke
Forked from pietern/gist:227095
Created November 5, 2009 15:09
Show Gist options
  • Save adamcooke/227098 to your computer and use it in GitHub Desktop.
Save adamcooke/227098 to your computer and use it in GitHub Desktop.
class SomeJob
include Resque::Mixin::Status
def self.perform(*args)
resque_status :being_awesome
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment