Adding some more unit test stubs that need filling out. Adding changeset tags fixture. Indentation fix in way model.

This commit is contained in:
Shaun McDonald 2008-11-14 02:06:04 +00:00
parent bdd5c317a7
commit c8b70c1c72
7 changed files with 74 additions and 1 deletions

View file

@ -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