Skip to content

Commit 1d802f1

Browse files
committed
copy edits [ci skip]
1 parent 593a09d commit 1d802f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/guides/source/layouts_and_rendering.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class ProductsController < ApplicationController
359359
end
360360
</ruby>
361361

362-
With this declaration, all of the views belonging to controller, +ProductsController+ will use +app/views/layouts/inventory.html.erb+ for their layout.
362+
With this declaration, all of the views rendered by the products controller will use +app/views/layouts/inventory.html.erb+ as their layout.
363363

364364
To assign a specific layout for the entire application, use a +layout+ declaration in your +ApplicationController+ class:
365365

0 commit comments

Comments
 (0)