It’s an official plugin, see
You’d need to trigger it from the rails console if you want the 2020 review created:
Jobs::YearlyReview.new.execute(force: true, review_year:2020)
It’s an official plugin, see
You’d need to trigger it from the rails console if you want the 2020 review created:
Jobs::YearlyReview.new.execute(force: true, review_year:2020)