Show object column using association in simple_form

You can show specific column name in association check_boxes in simple form.
Like this.

= f.association :prefectures, as: :check_boxes,
      label_method: lambda { |prefecture|  JpPrefecture::Prefecture.find(prefecture.prefecture_code).name}

References

Simple form association custom label name


コメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です