projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebbcf63
)
added comment for future generations
author
Štefan Baebler
<stefan.baebler@gmail.com>
Tue, 7 Jul 2009 22:50:46 +0000
(22:50 +0000)
committer
Štefan Baebler
<stefan.baebler@gmail.com>
Tue, 7 Jul 2009 22:50:46 +0000
(22:50 +0000)
app/models/trace.rb
patch
|
blob
|
history
diff --git
a/app/models/trace.rb
b/app/models/trace.rb
index 692c20fc63a02e27581a71eee04181d4650c4941..7f2607b0f77aa4d6f4ff18e8423c1c01c33b4c7e 100644
(file)
--- 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