LoginSignup
0
0

More than 1 year has passed since last update.

名前空間を用いている場合のform_withの引数に関して

Last updated at Posted at 2021-05-05

#はじめに
クチコミサイト作成中にadminユーザーにて、商品の新規登録をしようとするとルーティングエラーが発生しました。
かなり初歩的なミスで恐縮ですが、備忘録も兼ねて投稿します。

routes
    namespace :admin do
        resources :items, only:[:new, :create, :show,:edit, :update, :destroy]   
    end

こちらの記事は以下に移行しました。
https://yoyoyo39.com/namespace-form_with/

0
0
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
0
0