Rails 3.2 and Ransack - Is it possible to pass additional params in a sort_link?

前端 未结 1 391
忘掉有多难
忘掉有多难 2021-01-15 01:29

All is in the title...

Using rails 3.2.11 and Ransack all works fine... I added a functionality to let my users choose the number of items to show per page and it w

1条回答
  •  野的像风
    2021-01-15 02:16

    I have found it !

    Solution :

    <%= sort_link(@q, :profile_last_name, 'Last name',{:pp => params[:pp]}) %>
    

    Cheers

    0 讨论(0)
提交回复
热议问题