| アクション | HTTPメソッド | 役割 | URLのパス |
|---|---|---|---|
| index | get | 一覧表示 | /works |
| show | get | 詳細表示 | /works/1 |
| new | get | 新規作成 | /works/new |
| create | post | 登録 | /works/create |
| edit | get | 編集 | /works/1/edit |
| update | patch/put(post) | 更新 | /works/1/update |
| destroy | delete(post) | 削除 | /works/1/destroy |
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme