Unnecessary queries when saving object with associations

I’ve had a pull request open for several months now that eliminates an unnecessary loading of a belong_to association when saving an object which has had that belongs_to association’s foreign key set directly.

Is there anything I can do to get someone to look at this PR and offer feedback or merge it? It’s now been open since February without any activity. The code change is very small and includes tests.

https://github.com/rails/rails/pull/23498

Thanks,

James