I'm developing an Rails app for controlling expenses and personal revenue. I wanted the form, when registering an expense, the user to mark a checkbox (it appears in the expense table as repeat: boolean) and then this expense would auto-check every month on that same date. How do I do this?