aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/bigdecimal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core_ext/bigdecimal.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/bigdecimal.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/bigdecimal.rb b/activesupport/lib/active_support/core_ext/bigdecimal.rb
index b442ae9655..d429078c91 100644
--- a/activesupport/lib/active_support/core_ext/bigdecimal.rb
+++ b/activesupport/lib/active_support/core_ext/bigdecimal.rb
@@ -1,2 +1,6 @@
require 'bigdecimal'
require 'active_support/core_ext/bigdecimal/conversions'
+
+class BigDecimal#:nodoc:
+ include ActiveSupport::CoreExtensions::BigDecimal::Conversions
+end