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
Update Preloader::Assocation::LoaderQuery to compare using scope.name
Using scope.table_name can result in missing preloaded associations
if you're preloading polymorphic associations across multiple databases
with the same table names. By using the scope name, we're comparing class names,
which are guaranteed to be different even if the table_name is equivalent.
0 commit comments