モデルがあります: Case、Doctor、およびRole
Case belongs_to :doctor
Doctor has_one :role
Roles テーブルには 2 つの列があります。クリニックごとの医師グループと。
コード:doctor_id
rang
<select>
= f.input :doctor_id, label: false, collection: Clinic.order(:title),
label_method: :doctor_option, as: :grouped_select,
group_method: :doctors, group_label_method: :title
ps 私は simple_form を使用します
私が望むもの:
私は、鳴った == 2 の医師を選択したい