From 615d05f5de8f401fa29bb33f37903ed602a6879a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 16 Nov 2006 22:50:46 +0000 Subject: Test autoloading nested subclass of parent. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5541 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/autoloading_fixtures/class_folder.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/autoloading_fixtures/class_folder.rb') diff --git a/activesupport/test/autoloading_fixtures/class_folder.rb b/activesupport/test/autoloading_fixtures/class_folder.rb index 42933acf28..ad2b27be61 100644 --- a/activesupport/test/autoloading_fixtures/class_folder.rb +++ b/activesupport/test/autoloading_fixtures/class_folder.rb @@ -1,2 +1,3 @@ class ClassFolder + ConstantInClassFolder = 'indeed' end -- cgit v1.2.3