Displaying 1 result from an estimated 1 matches for "actiondisplay_searchlayoutfalse".
2006 Jul 24
0
Trouble passing form input to controller action
..."product"=>
{"title"=>"cookbook"}, "action"=>"display_search",
"controller"=>"store"}
Product Load (0.004481) SELECT * FROM products WHERE (title =
''--- \n- title\n- cookbook\n'')
Rendering actiondisplay_searchlayoutfalse within layouts/store
Rendering store/display_search
Completed in 0.03804 (26 reqs/sec) | Rendering: 0.01597 (41%) | DB:
0.00448 (11%) | 200 OK [http://localhost/store/display_search]
Here is how i have my code in the controller. Am I missing something?
def display_search
@products = Pr...