Skip to content

Instantly share code, notes, and snippets.

@noam87
Created April 15, 2016 19:24
Show Gist options
  • Save noam87/e03a7d0dccd3121cfb38e64872520e0f to your computer and use it in GitHub Desktop.
Save noam87/e03a7d0dccd3121cfb38e64872520e0f to your computer and use it in GitHub Desktop.
class Response::Onboarding
def initialize(command)
@command = command
end
def run
OnboardingJob.perform_async(@command)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment