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?

More than 3 years have passed since last update.

[rails]Controllerに定義するアクション一覧

Last updated at Posted at 2020-07-31

Controllerに定義するアクション一覧

RailsではWebアプリケーションの基本となる以下の7つの役割を持つアクションを用います。

アクション名 役割
new データを新規作成する
create データを追加(保存)する
index データの一覧を表示する
show データの内容(詳細)を表示する
edit データを更新するためのフォームを作成する
update データを更新する
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?