We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using this gem, what is the recommended way to render a number with formatting in the view?
Can we add an example in the README.md?
Would it be something like:
<%= number_to_currency(123456, locale: @user.currency) %>
Or do you need the Money gem methods to do it?
The text was updated successfully, but these errors were encountered:
Hi @viktorsmari, unfortunately, I'd need to fiddle around to find out the syntax as we've stopped using this gem after adopting it.
Would you be willing to find out the syntax and provide a PR for adding an example to the README?
README
Sorry, something went wrong.
No branches or pull requests
When using this gem, what is the recommended way to render a number with formatting in the view?
Can we add an example in the README.md?
Would it be something like:
<%= number_to_currency(123456, locale: @user.currency) %>
Or do you need the Money gem methods to do it?
The text was updated successfully, but these errors were encountered: