Closed fatkhanfauzi closed 4 years ago
Source of warning is module ClassMethods
in model.rb
https://github.com/collectiveidea/awesome_nested_set/blob/d820bc6858fc00b8223d9265f05afe46ffd07ed9/lib/awesome_nested_set/model.rb#L26
Specifically, several methods (such as :left_of, :right_of and more) have
where ...
which must be unscoped or default_scoped. I tried changing all to one or the other, but it did not work.
I'm getting this error, too, and traced it back to awesome_nested_set. Thanks for opening this issue!
Hi,
i'm using ruby 2.6.5 and rails 6.1 I get this warning when calling
descendants
method.any idea ?