From 80f1597942dbfdc24d532d9ebd555969deea12fe Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 16 Aug 2006 09:18:17 +0000 Subject: Dependencies can autoload directories of nested classes. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4769 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../test/autoloading_fixtures/module_folder/nested_class.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'activesupport/test/autoloading_fixtures/module_folder/nested_class.rb') diff --git a/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb b/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb index 39ee0e50d5..fc4076bd0a 100644 --- a/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb +++ b/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb @@ -1,2 +1,4 @@ -class ModuleFolder::NestedClass -end \ No newline at end of file +module ModuleFolder + class NestedClass + end +end -- cgit v1.2.3