実現したいこと
コントローラを作成したいんですがエラーが起こってコントローラが作成できないから作成したい
発生している問題・エラ〜メッセージ
undefined method `resourses' for #<ActionDispatch::Routing::Mapper:0x0000000004eb6140> (NoMethodError) Did you mean? resources resource
routes.rb
Rails.application.routes.draw do root to: "yarus#index" resourse :yarus, except: [:index] # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end
これはターミナルでコマンドを打っています
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。