Skip to content

Annotating non AR based models #125

Closed
@jeyb

Description

@jeyb

Annotate is creating annotations on models that aren't inheriting ActiveRecord::Base. I have a model called GroupInvite which is annotated correctly. I also have a model called SomeScope::GroupInvite, which is getting annotated with the same information from GroupInvite, even though it isn't inheriting the other model or ActiveRecord::Base.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions