Skip to content

Commit 55c4ade

Browse files
authored
Merge pull request rails#52350 from ashiksp/add-route-put-to-default-list
[ci skip] Added routes PUT to the default list (doc updates).
2 parents 1a9a4b0 + 46eb303 commit 55c4ade

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)