aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_dumper.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2015-05-19 12:53:09 -0700
committerRyuta Kamizono <kamipo@gmail.com>2015-05-19 12:53:09 -0700
commit0cd355b8a8b0b0b66299b35705fa3c6b3e1528fc (patch)
tree950178efda2f85bac6dd53b29c774d45a3bad426 /activerecord/lib/active_record/schema_dumper.rb
parent94736d74874df95cae37521ee4feb9071f688af5 (diff)
downloadrails-0cd355b8a8b0b0b66299b35705fa3c6b3e1528fc.tar.gz
rails-0cd355b8a8b0b0b66299b35705fa3c6b3e1528fc.tar.bz2
rails-0cd355b8a8b0b0b66299b35705fa3c6b3e1528fc.zip
Remove unused already require
Diffstat (limited to 'activerecord/lib/active_record/schema_dumper.rb')
-rw-r--r--activerecord/lib/active_record/schema_dumper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/schema_dumper.rb b/activerecord/lib/active_record/schema_dumper.rb
index a4a986e6ed..c5910fa1ad 100644
--- a/activerecord/lib/active_record/schema_dumper.rb
+++ b/activerecord/lib/active_record/schema_dumper.rb
@@ -1,5 +1,4 @@
require 'stringio'
-require 'active_support/core_ext/big_decimal'
module ActiveRecord
# = Active Record Schema Dumper