Merge branch 'master' into develop
This commit is contained in:
2544
front-api/tools/places.json
Normal file
2544
front-api/tools/places.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -514,7 +514,13 @@ places_prepared = places.map &-> (p) {
|
||||
matches = separator.match(p)
|
||||
place = matches[1]
|
||||
postal_code = matches[2]
|
||||
%Q{ <option value="#{postal_code}">#{place}</option> }
|
||||
# %Q{ <option value="#{postal_code}">#{place}</option> }
|
||||
meho = <<HAMO
|
||||
,{
|
||||
"code": "#{postal_code}",
|
||||
"placeLabel": "#{place}"
|
||||
}
|
||||
HAMO
|
||||
}
|
||||
puts places_prepared.join("\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user