Dani Patiño
Results
2
comments of
Dani Patiño
I fixed this error by using node v8.17.0
> Right now, in my case if you use > > ``` > controller do > def scoped_collection > super.joins(:parent).includes(:parent).merge(Parent.some_simple_scope).order('parent.column DESC') > end > end > ``` > > something...