Adding some more unit test stubs that need filling out. Adding changeset tags fixture. Indentation fix in way model.
This commit is contained in:
parent
bdd5c317a7
commit
c8b70c1c72
7 changed files with 74 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Way < ActiveRecord::Base
|
|||
doc = p.parse
|
||||
|
||||
doc.find('//osm/way').each do |pt|
|
||||
return Way.from_xml_node(pt, create)
|
||||
return Way.from_xml_node(pt, create)
|
||||
end
|
||||
rescue
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue