diff options
| author | Xavier Noria <fxn@hashref.com> | 2012-09-06 13:31:28 +0200 |
|---|---|---|
| committer | Xavier Noria <fxn@hashref.com> | 2012-09-06 13:39:23 +0200 |
| commit | 3ee191fd95584dc984ee76486a932a54419156d2 (patch) | |
| tree | 08107cf46e459c94fbe1b3dfa00974d326ef9aba /guides/source/nested_model_forms.textile | |
| parent | 3c27dcc639a9380ff86c76ed6ed089a072d64df0 (diff) | |
| download | rails-3ee191fd95584dc984ee76486a932a54419156d2.tar.gz rails-3ee191fd95584dc984ee76486a932a54419156d2.tar.bz2 rails-3ee191fd95584dc984ee76486a932a54419156d2.zip | |
no more const_missing combinatorics
Basically, const_missing had a loop to try parent namespaces
if the constant lookup failed, but at the same time delegated
to load_missing_constant which in turn also walks up parent
namespaces calling const_missing by hand. In the case of missing
constants this results in repeated work in some funky nested way.
Diffstat (limited to 'guides/source/nested_model_forms.textile')
0 files changed, 0 insertions, 0 deletions
