While using Kaminari gem in rails, I got to add an anchor value inorder to load the tabs correctly. But rails encoding the "#" symbol, which preventing the page from rendering correctly. Is there any chance to prevent this from happening.
sample code: <%= paginate products, params: {anchor: 'tab1'} %>
Thanks in advance.