0
0

More than 1 year has passed since last update.

【form_with】名前空間でadminを使用した際の書き方

Last updated at Posted at 2021-12-31

編集画面の実装がうまくいかず困っていたところ、ドンピシャの記事を見つけたためメモ。
Rails: form_withで名前空間が異なるコントローラを簡潔に指定する方法

form_withの引数に[:admin, @user]を渡す。

<%= form_with model: [:admin, @user], local: true do |f| %>
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