Displaying 1 result from an estimated 1 matches for "employee_first_nam".
Did you mean:
employee_first_name
2005 Dec 26
16
How to create application with single table with primary key
...:0x4092d5d0>
Extracted source (around line #5):
2:
3: <!--[form:employee]-->
4: <p><label for="employee_pin">Pin</label><br/>
5: <%= text_field ''employee'', ''pin'' %></p>
6:
7: <p><label for="employee_first_name">First name</label><br/>
8: <%= text_field ''employee'', ''first_name'' %></p>
Can anyone point me to simple example how to create controller and
view for editing simple keyed table?
--
Radek Hnilica <Radek at Hnilica dot CZ&g...