routes.ruby
ruby
1Rails.application.routes.draw do 2 get 'home/top' 3 # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html 4end
を
routes.ruby
ruby
1Rails.application.routes.draw do 2 get 'top' 3 # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html 4end
に変更し、http://localhost:3000/top
にアクセスすると、リンク先で
Missing :controller key on routes definition, please check your routes.
というエラーが表示されてしまいました。
以下などを参考にしましたが、解決には至りませんでした。
Missing :controller key on routes definition, please check your routes.の対処法
Routes match in priority from top to bottom と表示されたら
どなたか協力していただけますと幸いです!
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。