aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-09-12 12:48:17 +0600
committerNihad Abbasov <mail@narkoz.me>2012-09-12 12:48:17 +0600
commitab14392cbb124ed30278400c5b8a8a05ee452d82 (patch)
treef722117101f24486f6ae376c64d2f52e5f8752fa /activemodel
parent34b23e7110a3a13cf157608cefc9b5701017bf39 (diff)
downloadrails-ab14392cbb124ed30278400c5b8a8a05ee452d82.tar.gz
rails-ab14392cbb124ed30278400c5b8a8a05ee452d82.tar.bz2
rails-ab14392cbb124ed30278400c5b8a8a05ee452d82.zip
remove '.rb' from require call
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/validations/clusivity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/clusivity.rb b/activemodel/lib/active_model/validations/clusivity.rb
index cf1415b6c2..3d7067fbcb 100644
--- a/activemodel/lib/active_model/validations/clusivity.rb
+++ b/activemodel/lib/active_model/validations/clusivity.rb
@@ -1,4 +1,4 @@
-require 'active_support/core_ext/range.rb'
+require 'active_support/core_ext/range'
module ActiveModel
module Validations