diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-07-27 16:13:22 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-07-27 16:15:19 -0400 |
commit | 17169cfb7167e357d50290eace083ce3b38bfb7f (patch) | |
tree | 5fb8e509b2c6673d0d9cde8bdb2fc28358817e96 /railties/lib/rails/info_controller.rb | |
parent | 566c2c4498cc88cae3f1a999e4cb49f836e89efb (diff) | |
download | rails-17169cfb7167e357d50290eace083ce3b38bfb7f.tar.gz rails-17169cfb7167e357d50290eace083ce3b38bfb7f.tar.bz2 rails-17169cfb7167e357d50290eace083ce3b38bfb7f.zip |
Eager load the association classes on boot
We were expecting those classes to be loaded when an association is
defined but they are not.
If you add a debugger on the first line of any of those classes and try
to define the corresponding association you will see that the classes
are not loaded.
Fixes #26273
Diffstat (limited to 'railties/lib/rails/info_controller.rb')
0 files changed, 0 insertions, 0 deletions