From: Tom Hughes Date: Sat, 1 Sep 2007 06:39:10 +0000 (+0000) Subject: Fix typo. X-Git-Tag: live~8146 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b948dd6d52afae8a9a76c228c16769dabaecc761 Fix typo. --- diff --git a/app/models/way.rb b/app/models/way.rb index c844c1518..8474bcb38 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -161,7 +161,7 @@ class Way < ActiveRecord::Base tag.id = self.id tag.save! end - done + end WaySegment.transaction do segs = self.segs