Html – Dynamically display formatted value in f.text_field without JavaScript
In the database, prices are stored in cents, and it's easy to display them in the proper format, but when I try to use the text_field helper, there doesn't appear to be a way to format the money in the…