Created
September 18, 2023 17:00
-
-
Save x1wins/f7297f40ac4691466c4ae4ec324fb07e to your computer and use it in GitHub Desktop.
ruby utils
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rails: Is there a rails trick to adding commas to large numbers? | |
# https://stackoverflow.com/a/1078366/1399891 | |
123456.to_fs(:delimited) # => "123,456" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment