I am storing phone number in database as “1234567890”.
How do can you use number_to_phone to display the number nicely in a form as “(123) 456-7890”?
I tried the following but it showed just the numbers.
<%= f.text_field number_to_phone(:phone_number) %>
Thanks.
you can create a simple helper like this in your application helper
then in your view do