Displaying 1 result from an estimated 1 matches for "customerinfo_control".
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
...test/fixtures/customers.yml
identical app/views/customerinfo/_form.rhtml
create app/views/customerinfo/list.rhtml
create app/views/customerinfo/show.rhtml
create app/views/customerinfo/new.rhtml
create app/views/customerinfo/edit.rhtml
create app/controllers/customerinfo_controller.rb
create test/functional/customerinfo_controller_test.rb
create app/helpers/customerinfo_helper.rb
create app/views/layouts/customerinfo.rhtml
create public/stylesheets/scaffold.css
I understand this creates my model, controller, and view. My question
is if I want...