aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/load_path
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-26 00:59:54 -0700
committerwycats <wycats@gmail.com>2010-07-26 00:59:54 -0700
commit1b97701e51667e6040b4c576cce9234edef1019e (patch)
treed3004d11a50d3a011a1b701c4195081aa6e913ad /activesupport/test/autoloading_fixtures/load_path
parent13df581ec77cc7e5351570c5035a563b946532d5 (diff)
downloadrails-1b97701e51667e6040b4c576cce9234edef1019e.tar.gz
rails-1b97701e51667e6040b4c576cce9234edef1019e.tar.bz2
rails-1b97701e51667e6040b4c576cce9234edef1019e.zip
Fix a bug where requires inside of autoloads were being added to the autoloaded_constants list, causing mayhem. [#5165 state:resolved]
Diffstat (limited to 'activesupport/test/autoloading_fixtures/load_path')
-rw-r--r--activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb3
1 files changed, 3 insertions, 0 deletions
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
+