0

I wan to add #divId to the url in kaminari pagination links so that i can navigate to specific portion of the page. How can I achieve that? Thanks in Advance

jbmyid
  • 1,985
  • 19
  • 22

1 Answers1

3

Try this:

<%= paginate @something, :params => { :anchor => 'divId' } %>
Rustam Gasanov
  • 15,290
  • 8
  • 59
  • 72