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
These are both private APIs, but _load_from_sql will give us even more
standard behaviour (this is what find_by_sql calls) including emitting
the instantiation.active_record notification.
This may be faster in some cases since _load_from_sql includes a fast
path for when an inheritance column isn't present.
0 commit comments