rails--rails/activemodel/CHANGELOG.md

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.