mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7b50d7f249
If we don't return early Ruby will memoize the value of the prefix of the parent class what will make the subsequent searchs to not work as expected. If the early return we are avoiding the memoization. But when using the deprecated path we need to memoize the value, so we are not using early return for the deprecated path. |
||
---|---|---|
.. | ||
action_view | ||
action_view.rb |