belongs_to preload issue #553
Labels
f: associations
the associations feature in pop
s: triage
Some tests need to be run to confirm the issue
Milestone
Description
Add primary_id tag to belongs_to association when using EagerPreload
1 -
Right now if you are not using preload you can define the primary key field name when using belongs_to
But, if you use preload, it is hardcoded to be id
The code to change this can be (please excuse me that I am not to buffalo)
The text was updated successfully, but these errors were encountered: