Can someone assist me setting up a cron job using the whenever gem? I want to clear the Notifications, Conversations, and Receipts tables every 90 days from the created_at dates.
I'm not sure how to fill it in.
every 90.day, :at => '4:30 am' do
end