It feels like there should be a belongs_to :through that behaves similarly to has_many :through, but for the belongs_to side of the relationship.
Any thoughts/reasons why this hasn’t been done?
I’d love to contribute something to rails, and this feature would be scratching an itch/need that I have at the moment so seems appropriate. Let me know if there is any value/interest in getting this done, and I can fork the repo and start putting together the patch. Of course any guidance in doing so would be greatly appreciated.