aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2011-04-14 21:32:18 +0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-04-15 00:32:27 +0800
commit89884c194af77f5324509db1d14e20f45fc106e0 (patch)
tree5192904d77af864918fdec40fe7ab5ea611590fc /railties/guides/source/getting_started.textile
parent93641ed6c8c684f6b4db02b6c8a22fa9bc7f0eaf (diff)
downloadrails-89884c194af77f5324509db1d14e20f45fc106e0.tar.gz
rails-89884c194af77f5324509db1d14e20f45fc106e0.tar.bz2
rails-89884c194af77f5324509db1d14e20f45fc106e0.zip
Update scaffold controller to generate scss file if Sass is available
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 5906f953bf..3f9bd2b6da 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -368,7 +368,7 @@ The scaffold generator will build 15 files in your application, along with some
|test/functional/posts_controller_test.rb |Functional testing harness for the posts controller|
|test/unit/helpers/posts_helper_test.rb |Unit testing harness for the posts helper|
|config/routes.rb |Edited to include routing information for posts|
-|public/stylesheets/scaffold.css |Cascading style sheet to make the scaffolded views look better|
+|app/assets/stylesheets/scaffold.css.scss |Cascading style sheet to make the scaffolded views look better|
h4. Running a Migration