Closed
Description
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
.