Last active
September 23, 2022 09:44
-
-
Save PavitKaur05/6762a93f14dba4dbc1f84490cc31d38a to your computer and use it in GitHub Desktop.
Enable Certified Assessments for a company
This file contains 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
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