Skip to content

Instantly share code, notes, and snippets.

@trappist
Created March 5, 2018 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trappist/90cea46566b9093572e27748b5314872 to your computer and use it in GitHub Desktop.
Save trappist/90cea46566b9093572e27748b5314872 to your computer and use it in GitHub Desktop.
Make decimals not suck
class BigDecimal
include ActionView::Helpers::NumberHelper
def inspect
to_s('F')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment