Files
openfoodnetwork/app/views/spree/admin/zones/_state_member.html.haml
2019-09-20 15:01:06 +01:00

5 lines
199 B
Plaintext

%li.field
= f.hidden_field :zoneable_type, value: 'Spree::State'
= f.collection_select(:zoneable_id, @states, :id, :name, {include_blank: true}, {class: 'select2 fullwidth'})
= remove_nested f