4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

アクションとHTTPメソッド

Posted at
アクション       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
4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?