Created
September 28, 2016 19:34
-
-
Save gmacdougall/b905864caef86517171f3ed5a61ae999 to your computer and use it in GitHub Desktop.
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
~/d/s/sandbox (v2.0.0|✔) ❮❮❮ bin/rails c | |
Loading development environment (Rails 5.0.0.1) | |
[1] pry(main)> ::Money.default_formatting_rules = { symbol_position: :after } | |
=> {:symbol_position=>:after} | |
[2] pry(main)> Spree::Money.new(100).to_s | |
=> "100.00 $" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment