How to add a timer to rails?

I have created an application in rails. In that I have a Quiz Module.Quiz is working fine, but I want a timer in this module. How to add a timer for 5 minutes for the whole quiz which will display like this → 05:00 to 00:00?

+3


source to share


1 answer


Look at countdown gem



Hope this helps you .. :)

0


source







All Articles