Using the real C and R def of Crud [ci skip]

This commit is contained in:
Ankit gupta 2015-05-05 11:32:28 -04:00
parent 1d73cdadb3
commit a29d21c69d

@ -377,7 +377,7 @@ edit_article GET /articles/:id/edit(.:format) articles#edit
In the next section, you will add the ability to create new articles in your
application and be able to view them. This is the "C" and the "R" from CRUD:
creation and reading. The form for doing this will look like this:
create and read. The form for doing this will look like this:
![The new article form](images/getting_started/new_article.png)