Displaying 1 result from an estimated 1 matches for "transfer_outbound_typ".
Did you mean:
transfer_outbound_type
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
...table named customers with the following details:
Field Type Null Key Default Extra
id int(11) NO PRI auto_increment
customer_name varchar(50) NO
inbound_retention int(11) NO
outbound_retention int(11) NO
unix_admin_email varchar(50) NO
schedule_id int(11) NO
transfer_inbound_type varchar(20) NO
transfer_outbound_type varchar(20) NO
date_added timestamp YES CURRENT_TIMESTAMP
I then run the scaffold generation:
ediweb> ruby script/generate scaffold customer Customerinfo
exists app/controllers/
exists app/helpers/
exists app/views/customerinfo
exists test/functional/
dependenc...