Open Gee-Bee opened 3 years ago
Visibility of the method Ransack::Visitor#visit_Ransack_Nodes_Sort is changed in lib/jsonapi/patches.rb from public to private.
Ransack::Visitor#visit_Ransack_Nodes_Sort
lib/jsonapi/patches.rb
This lead to errors in other gems using Ransack:
Is it possible to do not alter method visibility in the patch?
@Gee-Bee sorry for delay with this one, I just released v2 which makes ransack a soft dependency. Do you guys still have issues with this?
Visibility of the method
Ransack::Visitor#visit_Ransack_Nodes_Sort
is changed inlib/jsonapi/patches.rb
from public to private.This lead to errors in other gems using Ransack:
Is it possible to do not alter method visibility in the patch?