You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously it was possible to use search_form_for with an array parameter, just like form_for
e.g.
search_form_for [:admin, @q] do |f|
In Ransack 1.6.x this no longer works. It look like c6c163c has removed some brackets which were in fact necessary to ensure the correct code execution order.
The text was updated successfully, but these errors were encountered:
Previously it was possible to use
search_form_for
with an array parameter, just likeform_for
e.g.
In Ransack 1.6.x this no longer works. It look like c6c163c has removed some brackets which were in fact necessary to ensure the correct code execution order.
The text was updated successfully, but these errors were encountered: