]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typo.
authorTom Hughes <tom@compton.nu>
Sat, 1 Sep 2007 06:39:10 +0000 (06:39 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 1 Sep 2007 06:39:10 +0000 (06:39 +0000)
app/models/way.rb

index c844c1518a4b22f39f1d23a645a8ecbc9d9e9fd6..8474bcb38b589e6f7132f06ac99f44b8beae8382 100644 (file)
@@ -161,7 +161,7 @@ class Way < ActiveRecord::Base
         tag.id = self.id
         tag.save!
       end
-    done
+    end
 
     WaySegment.transaction do
       segs = self.segs