I am using
gem 'paranoia', '> 2.3.1'
gem 'ransack', '> 1.8', '>= 1.8.7'
and on applying the filter it is not working perfectly can anybody tell me what is the issue or do I need to add extra configurations to make paranoia runnable with ransack?
And without paranoia filters are perfectly working fine.