Closed mosesliao closed 6 years ago
Hi. I have 2 models. Leave and time_logs. When an employee did take leave, he/she did not clock hours in the time log and i want both to show in the calendar. How do I do that?
Just combine them into an array and pass them in as events. You can check the type in your render block.
Hi. I have 2 models. Leave and time_logs. When an employee did take leave, he/she did not clock hours in the time log and i want both to show in the calendar. How do I do that?