diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-06-24 16:27:34 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-06-24 16:27:34 +0000 |
commit | 84d9a292fecc922d4e2cf7b3992e91a182f28b46 (patch) | |
tree | 315e5fca0e189255f5ff850a75ec74ea94bd2935 | |
parent | fd0eaaa407fb8fd704967be2734c1b094ac630d9 (diff) | |
download | rails-84d9a292fecc922d4e2cf7b3992e91a182f28b46.tar.gz rails-84d9a292fecc922d4e2cf7b3992e91a182f28b46.tar.bz2 rails-84d9a292fecc922d4e2cf7b3992e91a182f28b46.zip |
Cant use separate module [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4490 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activesupport/lib/active_support/core_ext/enumerable.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/enumerable.rb b/activesupport/lib/active_support/core_ext/enumerable.rb index 4de520f4ed..41ccc62afb 100644 --- a/activesupport/lib/active_support/core_ext/enumerable.rb +++ b/activesupport/lib/active_support/core_ext/enumerable.rb @@ -1,5 +1,3 @@ -require File.dirname(__FILE__) + '/enumerable/injections' - module Enumerable #:nodoc: # Collect an enumerable into sets, grouped by the result of a block. Useful, # for example, for grouping records by date. |