From 634a2aafbea9e50a722a9f0245d650239296f3be Mon Sep 17 00:00:00 2001 From: Brian Littmann Date: Tue, 22 Jan 2013 15:17:16 -0600 Subject: Typo fix in guides/source/engines.md --- guides/source/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/engines.md b/guides/source/engines.md index 0a346b28f9..bcbabc7eec 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -261,7 +261,7 @@ end This helps prevent conflicts with any other engine or application that may have a post resource as well. -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. +Finally, two files that are the assets for this resource are generated, `app/assets/javascripts/blorgh/posts.js` and `app/assets/stylesheets/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/layouts/blorgh/application.html.erb` doesn't load it. To make this apply, insert this line into the `` tag of this layout: -- cgit v1.2.3