Skip to content

Instantly share code, notes, and snippets.

@gmacdougall
Created September 28, 2016 19:34
Show Gist options
  • Save gmacdougall/b905864caef86517171f3ed5a61ae999 to your computer and use it in GitHub Desktop.
Save gmacdougall/b905864caef86517171f3ed5a61ae999 to your computer and use it in GitHub Desktop.
~/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