0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Railsメソッド

Posted at
用途 アクション HTTPメソッド CRUD ActiveRecord
一覧表示 index GET Read .all
詳細表示 show GET Read .find(:id)
新規作成 create POST Create .create!
更新 update PATCH Update .update!
削除 destroy DELETE Delete .destroy
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?