aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-06 10:00:33 -0800
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-06 10:00:33 -0800
commitc8fef32a661311b31bbeb207bb799af61a8f750b (patch)
tree9cb388aba8c4b82a1eea1e95556b13d5233493fa
parentcac0bd16cedbe32e5e25d099e4618ea5ac7d852f (diff)
parentabf55eba903af95cb7aa25636518199b6206e07f (diff)
downloadrails-c8fef32a661311b31bbeb207bb799af61a8f750b.tar.gz
rails-c8fef32a661311b31bbeb207bb799af61a8f750b.tar.bz2
rails-c8fef32a661311b31bbeb207bb799af61a8f750b.zip
Merge pull request #4356 from Karunakar/logger
removed unnessary require active_support/core_ext/array_wrap
-rw-r--r--activemodel/lib/active_model/errors.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index aafd1c8a74..025915fe6f 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
-require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/object/blank'