X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ebbcf63f0d910458ae255a84de794e3ccede7a7a..0ace75e6639afe8b777ebecaf7ecba16d468a28d:/app/models/trace.rb 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