LoginSignup
0
0

More than 5 years have passed since last update.

チェックボックスフィールドを画面上に展開する

Posted at

メモがてら。
チェックボックスのような配列データを展開する場合はform_forで展開されるタグ名と
下記のように結びつけることでerb、haml上に展開できます。

  -if @model.check_vals
    - for val in @model.check_vals
      = hidden_field_tag 'sample_model[check_vals][]', val
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