Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active December 17, 2015 14:49
Show Gist options
  • Save is8r/5626975 to your computer and use it in GitHub Desktop.
Save is8r/5626975 to your computer and use it in GitHub Desktop.
他のテーブルの特定のカラムをセレクトメニューにする
= f.label :xxx_id, "xxx"
= f.collection_select :xxx_id, Xxx.all, :id, :name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment