search for: customerinfo

Displaying 1 result from an estimated 1 matches for "customerinfo".

2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
...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/ dependency model exists app/models/ exists test/unit/ exists test/fixtures/ create app/models/customer.rb create test/unit/cu...