aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/bigdecimal
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core_ext/bigdecimal')
-rw-r--r--activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb (renamed from activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb b/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb
index d86adbea6c..dcdb08aea0 100644
--- a/activesupport/lib/active_support/core_ext/bigdecimal/formatting.rb
+++ b/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb
@@ -1,7 +1,6 @@
class BigDecimal #:nodoc:
-
alias :_original_to_s :to_s
def to_s(format="F")
_original_to_s(format)
end
-end \ No newline at end of file
+end