search for: customerinfo_help

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

Did you mean: customerinfo_helper
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
.../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 to only allow a user to see certain information in the list and only be able to add new information to certain...