Views and Layouts

suggest change

When a controller action is rendered, Rails will attempt to find a matching layout and view based on the name of the controller.

Views and layouts are placed in the app/views directory.

Given a request to the PeopleController#index action, Rails will search for:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Naming conventions:
*Views and Layouts

Table Of Contents
6Naming conventions
55CSV