countries 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/countries.gemspec +1 -1
- data/lib/countries/select_helper.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.7
|
data/countries.gemspec
CHANGED
@@ -11,7 +11,7 @@ module ActionView
|
|
11
11
|
country_options = ""
|
12
12
|
|
13
13
|
if priority_countries
|
14
|
-
priority_countries.map! {|x| [x,Country::
|
14
|
+
priority_countries.map! {|x| [x,Country::NameIndex[x]] }
|
15
15
|
country_options += options_for_select(priority_countries, selected)
|
16
16
|
country_options += "<option value=\"\" disabled=\"disabled\">-------------</option>\n"
|
17
17
|
end
|