From 1b97701e51667e6040b4c576cce9234edef1019e Mon Sep 17 00:00:00 2001 From: wycats Date: Mon, 26 Jul 2010 00:59:54 -0700 Subject: Fix a bug where requires inside of autoloads were being added to the autoloaded_constants list, causing mayhem. [#5165 state:resolved] --- activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb (limited to 'activesupport/test/autoloading_fixtures/load_path') diff --git a/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb b/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb new file mode 100644 index 0000000000..e3d1218c96 --- /dev/null +++ b/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb @@ -0,0 +1,3 @@ +module LoadedConstant +end + -- cgit v1.2.3