You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing tests are passing because they seem to all use a self-
referential `has_one` relationship. If the foreign_key is on a different
table, however, the queries will fail. So if it the relationship is a
has_one, we need to alter the query to look for the foreign-key on the
related table.
0 commit comments