Last active
December 17, 2015 14:49
-
-
Save is8r/5626975 to your computer and use it in GitHub Desktop.
他のテーブルの特定のカラムをセレクトメニューにする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= 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