hensei-api/app/views/api/v1/job_skills/all.json.rabl
Justin Edmund 353db31ef7 Move to JobSkillsController
It makes more sense to pre-fetch all job skills and filter on the client, so we're consolidating into a JobSkillsController
2022-11-27 19:27:45 -08:00

3 lines
66 B
Ruby

collection @skills, object_root: false
extends 'job_skills/base'