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
if you do a SomeSubClass.find(x) and there has not been a previous access to SomeSubClass.all then the SomeSubClass.find(x) will not execute the find on the base class as it should.
This results in a bogus backing_record being created.