0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

hidden_fieldの使い方

Last updated at Posted at 2023-01-08
umarepos_new.html.erb
<%= form_with model: @umarepos, local: true do |f| %> 
<%= f.hidden_field :cook_id,{value:1} %>

hidden_fieldの使い方は、第一引数に保存したいカラム名、
第二引数に。保存(カラム)したい値を記述する。
今回の場合、cook_idのカラム名に、value1を付与することになる。
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?