Registration in the form that repeats every month

Asked

Viewed 73 times

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?

2 answers

2

I’ve never implemented anything like this but this ice_cube seems to be widely used.

Link to article and video of how to use on gorails

I hope I’ve helped.

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.