From 9afb533280268427cc86ab949525c9ff20605225 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0tefan=20Baebler?= Date: Tue, 7 Jul 2009 22:50:46 +0000 Subject: [PATCH] added comment for future generations --- app/models/trace.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2