aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-01-03 19:42:36 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-01-03 19:42:36 -0500
commit61b5f5d2f1f2de0aaa4a6c8445c47c2df7ef1f36 (patch)
treefd671b6ec560e0ba0782433fc0ff065d13bf91f3 /activerecord/lib/active_record/connection_adapters/postgresql/oid
parenta27c040cc30dbc7bd66fb9743515baad8d46589f (diff)
downloadrails-61b5f5d2f1f2de0aaa4a6c8445c47c2df7ef1f36.tar.gz
rails-61b5f5d2f1f2de0aaa4a6c8445c47c2df7ef1f36.tar.bz2
rails-61b5f5d2f1f2de0aaa4a6c8445c47c2df7ef1f36.zip
Remove unneeded requires at active record
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/postgresql/oid')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb b/activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb
index 2c714f4018..54d5d0902e 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb
@@ -1,5 +1,3 @@
-require "active_support/core_ext/string/filters"
-
module ActiveRecord
module ConnectionAdapters
module PostgreSQL