Skip to content

Commit

Permalink
Merge pull request #4356 from Karunakar/logger
Browse files Browse the repository at this point in the history
removed unnessary require active_support/core_ext/array_wrap
  • Loading branch information
spastorino committed Jan 6, 2012
2 parents cac0bd1 + abf55eb commit c8fef32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activemodel/lib/active_model/errors.rb
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-


require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/array/conversions' require 'active_support/core_ext/array/conversions'
require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/object/blank' require 'active_support/core_ext/object/blank'
Expand Down

0 comments on commit c8fef32

Please sign in to comment.