Created
April 15, 2016 19:24
-
-
Save noam87/e03a7d0dccd3121cfb38e64872520e0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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