1
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 1 year has passed since last update.

はじめに

Rails controllerについてまとめてみました。

Rails controllerとは

ブラウザからのリクエストを受け取り、Model、Viewと連携しながら結果をブラウザに送る役割を担う部分
image.png

代表的な役割

  • ブラウザからの入力を受け取る

  • データをModelに要求する

  • データの追加や変更をModelに指示する

  • 適切なViewを選ぶ

  • データをViewに渡す

これ以外にもcontrollerの役割はある
またRails controllerが実行する具体的な仕事のことをactionと言う

参考記事

Rails controllerを徹底解説!知っておくべき3つの知識も紹介

1
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
1
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?