前提・実現したいこと
Ruby on Rails初心者です。
チャットアプリを作成しています。
routeエラーが出てしまい、get以降が表示されず、調べましたがどこが原因なのか分からず解決できません。
教えていただけますでしょうか?
発生している問題・エラーメッセージ
エラーメッセージ ```Routing Error No route matches [GET] "/" Rails.root: /Users/mac/projects/chat-space Application Trace | Framework Trace | Full Trace Routes Routes match in priority from top to bottom You don't have any routes defined! Please add some routes in config/routes.rb. For more information about routes, please see the Rails guide Rails Routing from the Outside In. Helper HTTP Verb Path Controller#Action Path / Url Path Match Request Parameters: None Toggle session dump Toggle env dump Response Headers: None x >> ### 該当のソースコード 『config/route.rb』 Rails.application.routes.draw do devise_for :users root 'messages#index' resources :users, only: [:edit, :update] resources :groups, only: [:show, :new, :create ] end ```ここに言語名を入力 ソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。