Kaminari v0.9.9 Release Notes

    • :params option for the helper [@yomukaku_memo]

    You can override each link's url_for option by this option

      = paginate @users, :params => {:controller => 'users', :action => 'index2'}
    
    • 🔨 refactor tags