How to write a rule object to check parent object start date
Hi, I would like to write a Validation rule where it validates depending on parent start date. for example, a ticket belongs to event. Now when i receive a ticket_id in the request, i would like validate if the parent Event start date and end date is within today. How could write this using the Rule::exists syntax?