Displaying 2 results from an estimated 2 matches for "mizag".
Did you mean:
miag
2005 Dec 16
3
sharing layout code among different controllers
I want to have one layout for my whole application. The app
has multiple controllers. Is it true that layouts are associated
w/ one controller?
thanks, etienne
--
Posted via http://www.ruby-forum.com/.
2005 Dec 14
5
inserting multiple rows
I have table which stores multiple entries. Each row has user_id,
game_id and a pick_id. On a page the user has to make load of choices.
All this gets submitted.
the html looks like so:
<input type="hidden" name="game_id" value="3">
<input type="hidden" name="user_id" value="19">
<select name="pick[3]">
....