aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-02-12 21:50:50 +0900
committerJeremy Daer <jeremydaer@gmail.com>2017-02-12 19:38:49 -0700
commit416d85b65e4f49f7e86f24c56bc1ec7441e90f2c (patch)
tree692bb6564b4e7f2b80f7e899144aea4c94f1a22b /activemodel/lib/active_model/validations
parent60c5d393bb642e9228c07948fd8fb73be2ad1526 (diff)
downloadrails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.tar.gz
rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.tar.bz2
rails-416d85b65e4f49f7e86f24c56bc1ec7441e90f2c.zip
Remove unused require
These files are not using `strip_heredoc`. Closes #27976
Diffstat (limited to 'activemodel/lib/active_model/validations')
-rw-r--r--activemodel/lib/active_model/validations/length.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/validations/length.rb b/activemodel/lib/active_model/validations/length.rb
index de1524829e..739f8190cc 100644
--- a/activemodel/lib/active_model/validations/length.rb
+++ b/activemodel/lib/active_model/validations/length.rb
@@ -1,5 +1,3 @@
-require "active_support/core_ext/string/strip"
-
module ActiveModel
module Validations
class LengthValidator < EachValidator # :nodoc: