i have two tables/models:
jobs and job_tags
job_tags belongs to jobs
and jobs has_many job_tags
i just want to find all of the jobs that do not have a job_tag
associated with it. this might be more of a mysql question, but i’d
appreciate any help. thanks.