LoginSignup
4
2

More than 5 years have passed since last update.

Missing :controller key on routes definition, please check your routes. (ArgumentError)

Posted at

1.↑って何?

Missing :controller key on routes definition,
routesのコントローラーのキーが”欠けています。”」

please check your routes. (ArgumentError)
routes見てね。」

2.解決策

routes.rb
get "blogs/new" => "blogs#new"

一度上記ように書き直す。

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2