diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-09-14 12:51:20 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-09-14 13:04:43 -0700 |
commit | 51d202e6f32d65f05da8c4905d4e53ee7eb9a574 (patch) | |
tree | 6b3720b795153f833ddb1398a9caef32e26a604e /activesupport | |
parent | af68eb99c144e723d4c9d418e09dad516ba61973 (diff) | |
download | rails-51d202e6f32d65f05da8c4905d4e53ee7eb9a574.tar.gz rails-51d202e6f32d65f05da8c4905d4e53ee7eb9a574.tar.bz2 rails-51d202e6f32d65f05da8c4905d4e53ee7eb9a574.zip |
Remove premature active_support/mini
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/mini.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/activesupport/lib/active_support/mini.rb b/activesupport/lib/active_support/mini.rb deleted file mode 100644 index b787650655..0000000000 --- a/activesupport/lib/active_support/mini.rb +++ /dev/null @@ -1,9 +0,0 @@ -$LOAD_PATH.unshift File.dirname(__FILE__) - -# whole object.rb pulls up rarely used introspection extensions -require "core_ext/object/blank" -require "core_ext/object/metaclass" -require 'core_ext/array' -require 'core_ext/hash' -require 'core_ext/module/attribute_accessors' -require 'core_ext/string/inflections' |