I have installed the Whenever Gem on my app. I hame a Mysql database.
I have the following fields in the table of products Name:string Visible:boolean Expiry_date:datetime
I would like to run the command every 10 mins to check if the expiry_date is greater than the current date then the visible value will change to '0' and fire off a mail with the product name to say expired
How would the scipt look like in the schedule.rb