I want to use Kaminari only with prev and next button.
I'm using the next helper:
<%= link_to_next_page @object, 'Next', :remote=>true %>
but this, show only a link with Next page.
I want to know how can I use the helpers link_to_previous_page and link_to_next_page toguether.