Displaying 1 result from an estimated 1 matches for "category_id11".
Did you mean:
category_id
2006 Apr 22
6
nOOb question: How to use find_all with form input data
Hello,
I''m having a problem utilizing the find_all method with a value from a
form. I keep getting the following error:
Mysql::Error: #42S22Unknown column ''category_id11'' in ''where clause'':
SELECT * FROM items WHERE (category_id11)
The controller seems to be getting the correct data, but my key and
value seem to be mashed together(it''s mashed-hash? )
I''m using a pulldown box that contains a list of the categories. I...