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?

【Rails】application_controller.rbについて

Posted at

記事概要

Ruby on Railsのapplication_controller.rbについて、まとめる

前提

  • Ruby on Railsでアプリケーションを作成している

基本情報

ファイルパス

app/controllers/application_controller.rb

記載方法

[コントローラー名]_controller.rbを、参照

処理概要

すべてのコントローラーが継承しているファイル
ここに処理を記述しておくことで、すべてのコントローラーで共通となる処理を作ることができる

Image from Gyazo

Ruby on Railsまとめ

コントローラー

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?