diff --git a/guides/source/engines.md b/guides/source/engines.md index f35233993cbf122c043e7a0b4401f7b8c9dab8e8..b5af634e5900f2bf88b90bae5a977a0b8961e9f2 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -263,7 +263,7 @@ This helps prevent conflicts with any other engine or application that may have Finally, two files that are the assets for this resource are generated, `app/assets/javascripts/blorgh/posts.js` and `app/assets/javascripts/blorgh/posts.css`. You'll see how to use these a little later. -By default, the scaffold styling is not applied to the engine as the engine's layout file, `app/views/blorgh/application.html.erb` doesn't load it. To make this apply, insert this line into the `` tag of this layout: +By default, the scaffold styling is not applied to the engine as the engine's layout file, `app/views/layouts/blorgh/application.html.erb` doesn't load it. To make this apply, insert this line into the `` tag of this layout: ```erb <%= stylesheet_link_tag "scaffold" %>