Skip to content

Instantly share code, notes, and snippets.

@PavitKaur05
Last active September 23, 2022 09:44
Show Gist options
  • Save PavitKaur05/6762a93f14dba4dbc1f84490cc31d38a to your computer and use it in GitHub Desktop.
Save PavitKaur05/6762a93f14dba4dbc1f84490cc31d38a to your computer and use it in GitHub Desktop.
Enable Certified Assessments for a company
comapny_id = 200629 # Enter the company_id here
company = Recruit::Company.find(company_id)
company.enable_certified_tests=true
company.save!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment