aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 18:36:41 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:22 +0200
commit8f58d6e5074a623bed752d5ba38513305f03fae9 (patch)
treed67dc9b20392d1adb430957193b2148cb016dce0 /activemodel/lib/active_model/validations
parent1a7b2e8fadc34a70ad891b3b111a06e384fd3c6d (diff)
downloadrails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.gz
rails-8f58d6e5074a623bed752d5ba38513305f03fae9.tar.bz2
rails-8f58d6e5074a623bed752d5ba38513305f03fae9.zip
load active_support/core_ext/object/blank in active_support/rails
Diffstat (limited to 'activemodel/lib/active_model/validations')
-rw-r--r--activemodel/lib/active_model/validations/presence.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/presence.rb b/activemodel/lib/active_model/validations/presence.rb
index 4592a1deb0..f159e40858 100644
--- a/activemodel/lib/active_model/validations/presence.rb
+++ b/activemodel/lib/active_model/validations/presence.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/object/blank'
module ActiveModel