1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

the use of ... in place >> using ... instead

[ci skip]
This commit is contained in:
Jon Atack 2014-04-30 01:05:56 +02:00
parent 5dc4ddebee
commit 0128882680

View file

@ -1500,8 +1500,8 @@ Without this file, the confirmation dialog box wouldn't appear.
Congratulations, you can now create, show, list, update and destroy
articles.
TIP: In general, Rails encourages the use of resources objects in place
of declaring routes manually. For more information about routing, see
TIP: In general, Rails encourages using resources objects instead of
declaring routes manually. For more information about routing, see
[Rails Routing from the Outside In](routing.html).
Adding a Second Model