From da5fe3be1f31ec6ae695df0265506e2b2f954663 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sun, 12 Apr 2015 18:11:14 -0700 Subject: Apply comments from @rafaelfranca: we shouldn't recommend you use scaffold css Closes #19492 and fixes #19453 --- guides/source/engines.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'guides') diff --git a/guides/source/engines.md b/guides/source/engines.md index 84017d5e13..74b255f2cc 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -402,15 +402,6 @@ Finally, the assets for this resource are generated in two files: `app/assets/stylesheets/blorgh/articles.css`. You'll see how to use these a little later. -By default, the scaffold styling is not applied to the engine because the -engine's layout file, `app/views/layouts/blorgh/application.html.erb`, doesn't -load it. To make the scaffold styling apply, insert this line into the `` -tag of this layout: - -```erb -<%= stylesheet_link_tag "scaffold" %> -``` - You can see what the engine has so far by running `rake db:migrate` at the root of our engine to run the migration generated by the scaffold generator, and then running `rails server` in `test/dummy`. When you open -- cgit v1.2.3