Given two models. In my case Course that has many Question.
Course
Question
I want to know if it's possible, through Ransack, to query only the courses that has questions related.
Thanks in advance
The answer was pretty simple: questions_id_null: false
questions_id_null: false