search for: client_search

Displaying 1 result from an estimated 1 matches for "client_search".

2007 Jul 24
2
Nested params and redirect_to
I have a simple client search screen that posts the following params: Parameters: {"search"=>"Search", "action"=>"list", "client_search"=>{"first_name"=>"jane", last_name"=>"smith"}, "controller"=>"client"} This works fine. However I want to redirect to the same destination to do the search without the intervening screen. I have used the code: redirect_to...