<%= label_tag t('country') + ": " %> <%= select_tag 'id', options_for_select( # common countries have negative id Rails.application.config.commonCountriesForSelect + [["-----------------", 0]] + countrylist.map { |country| [country.name, country.id] }, -214, # Unites States ), :data => { :remote => true, :url => url_for( :controller => "zoned", :action => "setcountry", ), } %>