Displaying 1 result from an estimated 1 matches for "outbound_retention".
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
...aiting its arrival. In the
meantime I still am playing with ROR using radrails. I have a few
questions ...
I create a 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...