2024.08.14(水) / 12:53

posts/indexにアクセスした時の挙動

ID
23959
Published
2024-08-14 12:53
Modified
2026-06-06 03:00
Author
khiro
Categories
デフォルト, 技術ブログ

http://localhost:3000/posts/index にアクセスすると、以下の表示になる。

ルーティング

config/routes.rb には、以下の記述がある。

これは、/posts/indexにアクセスした時に、postsコントローラのindexアクションが動作しますよという意味。

postsコントローラのindexアクション

以下のような記述である。