This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
66a2ffcdb7
rails--rails
/
activesupport
/
test
/
autoloading_fixtures
/
loads_constant.rb
6 lines
91 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix a bug where requires inside of autoloads were being added to the autoloaded_constants list, causing mayhem. [#5165 state:resolved]
2010-07-26 03:59:54 -04:00
module
LoadsConstant
end
This is for making sure const_missing is triggered without warnings
2010-07-26 11:42:07 -04:00
# The _ = assignment is to prevent warnings
_
=
RequiresConstant
Copy permalink