LoginSignup
96
61

More than 3 years have passed since last update.

【Rails】form_with (local: true)について

Posted at

なんでlocal: true入れるの?

= form_with(model:post.new, local: true) do |f|

local: trueがない場合、Rails5ではAjaxによる送信という意味になる。普通にHTMLとしてフォームを送信する場合にlocal: trueが必要になる

96
61
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
96
61