Skip to content

Commit 46eb303

Browse files
committed
Added routes PUT to the default list (doc updates).
1 parent 1a9a4b0 commit 46eb303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ $ bin/rails routes
712712
POST /articles(.:format) articles#create
713713
edit_article GET /articles/:id/edit(.:format) articles#edit
714714
PATCH /articles/:id(.:format) articles#update
715+
PUT /articles/:id(.:format) articles#update
715716
DELETE /articles/:id(.:format) articles#destroy
716717
```
717718

0 commit comments

Comments
 (0)