diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-28 23:38:21 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-28 23:38:21 -0700 |
commit | 389b081e374e0c6f2c124837439628684cd4f704 (patch) | |
tree | 90998d08d1353d6393c508618d53d4fadcecdf53 /activesupport | |
parent | 699d2146fc71c9abfe15f1cc0fa0a9a8bfc0f2f3 (diff) | |
download | rails-389b081e374e0c6f2c124837439628684cd4f704.tar.gz rails-389b081e374e0c6f2c124837439628684cd4f704.tar.bz2 rails-389b081e374e0c6f2c124837439628684cd4f704.zip |
Unneeded util require
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext.rb b/activesupport/lib/active_support/core_ext.rb index d9b7a5b058..46a8609dd7 100644 --- a/activesupport/lib/active_support/core_ext.rb +++ b/activesupport/lib/active_support/core_ext.rb @@ -1,4 +1,3 @@ -require 'active_support/core_ext/util' Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"].sort.each do |path| require "active_support/core_ext/#{File.basename(path, '.rb')}" end |