PrivateRelation
is not aware of class methods
#2118
Labels
help-wanted
We support this change, and welcome community contributions for it.
ActiveRecord provides two ways to define scopes. The first is
scope
, which Tapioca generates RBI definitions for. ActiveRecord also allows scopes to be defined as class methods:Tapioca's
PrivateRelation
doesn't include these scopes. Referring to one of these scopes produces a type error:The text was updated successfully, but these errors were encountered: