Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/core_ext/bigdecimal.rb

Revision 9091, 173 bytes (checked in by nzkoz, 7 months ago)

Standardise the implementation of the extensions to BigDecimal. Closes #10608 [mikong]

Line 
1 require 'bigdecimal'
2 require 'active_support/core_ext/bigdecimal/conversions'
3
4 class BigDecimal#:nodoc:
5   include ActiveSupport::CoreExtensions::BigDecimal::Conversions
6 end
Note: See TracBrowser for help on using the browser.