0
沒有simple_form,我對country_select代碼將是:當我使用simple_form時,country_select的正確代碼是什麼?
<%= f.label :country %>
<%= f.country_select :country, include_blank: true %>
但隨着安裝simple_form寶石,這將是該代碼?:
<%= f.input :country %>