1
I’m developing an app on Rails to control expenses and personal income. I wanted, in the form, when registering an expense, the user to mark a checkbox (it is listed in the expense table as repeat:Boolean) and then this expense would self-complete every month on that same date. How do I do it?