Skip to content

fetching STI model via scope and finder will not find same model #194

Closed
@catmando

Description

@catmando

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions