http://localhost:3000/ に自分の表示したいページを設定する(routes.rb を編集して)
1188 ワード
http://localhost:3000/ で自分が表示したいページを設定するには
config/routes.rb
root to: 'コントローラ名#アクション名'
例えばブログコントローラの一覧を表示したかったら
config/routes.rb
root to: 'blogs#index'
とすれば良い!
こちらの記事を参考にさせていただきました!
https://qiita.com/higu1988/items/0287fffe5ee54d325919
プログラミング初学者です。間違いがありましたらお教え頂けるとありがたいです
Author And Source
この問題について(http://localhost:3000/ に自分の表示したいページを設定する(routes.rb を編集して)), 我々は、より多くの情報をここで見つけました https://qiita.com/oomangooo/items/e0ceb2151b49e9b4ec50著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .