geonames_rails 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ module GeonamesRails
|
|
15
15
|
def load_data
|
16
16
|
@puller.pull if @puller # pull geonames files down
|
17
17
|
|
18
|
-
|
18
|
+
load_countries
|
19
19
|
|
20
20
|
load_cities
|
21
21
|
|
@@ -40,7 +40,6 @@ module GeonamesRails
|
|
40
40
|
|
41
41
|
def load_cities
|
42
42
|
%w(cities1000 cities5000 cities15000).each do |city_file|
|
43
|
-
#%w(cities15000).each do |city_file|
|
44
43
|
load_cities_file(city_file)
|
45
44
|
end
|
46
45
|
end
|