Skip to content

Instantly share code, notes, and snippets.

@lis2
Created June 26, 2014 06:09
Show Gist options
  • Save lis2/7d3794196fa8d4f77c16 to your computer and use it in GitHub Desktop.
Save lis2/7d3794196fa8d4f77c16 to your computer and use it in GitHub Desktop.
Arguments
#arguments
SkillsAssessmentJob.lodge(user, client, data, form_submission, filename)
#hash
job_data = { user: user, client: client, data: data, form_submission: form_submission, filename: filename) }
SkillsAssessmentJob.lodge(job_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment