mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
With -> with in a title
This commit is contained in:
parent
9635741b84
commit
c6ff88a4d2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue