我有模型:案例、医生和角色
案例
医生belongs_to :doctor
角色has_one :role
表有 2 列:在我创建案例的位置,我选择医生。与医生 goup 的诊所。
代码: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
我想要什么:
我想要选择 rang == 2 的医生