aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
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 /activemodel
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 'activemodel')
-rw-r--r--activemodel/lib/active_model/dirty.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb
index 9c8ca5d93f..afba9bab0d 100644
--- a/activemodel/lib/active_model/dirty.rb
+++ b/activemodel/lib/active_model/dirty.rb
@@ -1,6 +1,5 @@
require 'active_support/hash_with_indifferent_access'
require 'active_support/core_ext/object/duplicable'
-require 'active_support/core_ext/string/filters'
module ActiveModel
# == Active \Model \Dirty