Closed andreccosta closed 4 months ago
@andreccosta thanks for trying out this gem and submitting a PR, it's very much appreciated.
Changes look good to me!
@andreccosta just a heads up, I published v4.10.1 to Rubygems and it includes this fix.
@drwl thank you!
In our project we have more than just Active Record models within our
models
folder. After switching to this gem we noticed a couple errors being raised when attempting to decide if some of those should be annotated or not.For example, a class that inherits from
Dry::Struct
responds toabstract_class
but not toabstract_class?
.