root/trunk/activesupport/lib/active_support/core_ext/bigdecimal.rb
| Revision 9091, 173 bytes (checked in by nzkoz, 7 months ago) |
|---|
| 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.