mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
371 B
371 B
-
Use different cache namespace for proxy calls
Models can currently have different attribute bodies for the same method names, leading to conflicts. Adding a new namespace
:active_model_proxy
fixes the issue.Chris Salzberg
Please check 7-0-stable for previous changes.