Missing :controller key on routes definition, please check your routes.の対処法 - Qiita

routes.rbを以下のようにした時にエラーが出ました。 routes.rb Rails.application.routes.draw do root 'static_pages/home' get 'static_pages/help' get 'sta...