diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-30 10:14:37 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-30 10:14:37 +0200 |
commit | c6ff88a4d272aa41aa74874456a3a8b6c7e488fb (patch) | |
tree | b2b27d23907708dc667b920550db50007a1ffc6f /railties | |
parent | 9635741b8489e053d2753e57cc7f47cf7c520bba (diff) | |
download | rails-c6ff88a4d272aa41aa74874456a3a8b6c7e488fb.tar.gz rails-c6ff88a4d272aa41aa74874456a3a8b6c7e488fb.tar.bz2 rails-c6ff88a4d272aa41aa74874456a3a8b6c7e488fb.zip |
With -> with in a title
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 97f141b5e9..f0a43c09b7 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -312,7 +312,7 @@ Now if you navigate to +http://localhost:3000+ in your browser, you'll see the + NOTE. For more information about routing, refer to "Rails Routing from the Outside In":routing.html. -h3. Getting Up and Running Quickly With Scaffolding +h3. Getting Up and Running Quickly with Scaffolding Rails _scaffolding_ is a quick way to generate some of the major pieces of an application. If you want to create the models, views, and controllers for a new resource in a single operation, scaffolding is the tool for the job. |