From: Štefan Baebler Date: Tue, 7 Jul 2009 22:50:46 +0000 (+0000) Subject: added comment for future generations X-Git-Tag: live~6849 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9afb533280268427cc86ab949525c9ff20605225?ds=inline added comment for future generations --- diff --git a/app/models/trace.rb b/app/models/trace.rb index 692c20fc6..7f2607b0f 100644 --- a/app/models/trace.rb +++ b/app/models/trace.rb @@ -31,6 +31,7 @@ class Trace < ActiveRecord::Base tt } else + #do as before for backwards compatibility: self.tags = s.split().collect {|tag| tt = Tracetag.new tt.tag = tag