aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_many_through_association.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-04 12:08:51 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-04 12:11:03 -0300
commitbf7b8c193ffe2d6a05272a6ed763d87cfe743bb4 (patch)
treeff4e2cf5ab8a010c00ee46ad8e7d26a479e416b5 /activerecord/lib/active_record/associations/has_many_through_association.rb
parentf663132eef0e5d96bf2a58cec9f7c856db20be7c (diff)
downloadrails-bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4.tar.gz
rails-bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4.tar.bz2
rails-bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4.zip
Remove unneeded requires
These requires were added only to change deprecation message
Diffstat (limited to 'activerecord/lib/active_record/associations/has_many_through_association.rb')
-rw-r--r--activerecord/lib/active_record/associations/has_many_through_association.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/associations/has_many_through_association.rb b/activerecord/lib/active_record/associations/has_many_through_association.rb
index 0dbd32ae83..f1e784d771 100644
--- a/activerecord/lib/active_record/associations/has_many_through_association.rb
+++ b/activerecord/lib/active_record/associations/has_many_through_association.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/string/filters'
-
module ActiveRecord
# = Active Record Has Many Through Association
module Associations