diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-01-04 12:08:51 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-01-04 12:11:03 -0300 |
commit | bf7b8c193ffe2d6a05272a6ed763d87cfe743bb4 (patch) | |
tree | ff4e2cf5ab8a010c00ee46ad8e7d26a479e416b5 /activemodel | |
parent | f663132eef0e5d96bf2a58cec9f7c856db20be7c (diff) | |
download | rails-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.rb | 1 |
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 |