I'm doing a small agenda in Ruby on Rails, I currently use UserMailer to send emails, but I can not find the way to send mail according to the date of my created event.
For example, if I create an event in my calendar today for 3 days, I would like you to send me an email the day the event starts.
Will anyone know how to make the conditionals work on date?