I have one model PunchingRequest and one model PunchingInformation, In PunchingInformation i have two fields, punch_in_time and punch_out_time. I want to insert record in punching requests table if and only if atleast one out of punch_in_time or punch_out_time contains a value. I have a form containing fields related to both PunchingRequest and PunchingInformation. How can I impose this validation?I have one model PunchingRequest and one model