public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
forgot to add new migration in last commit
lrbalt (author)
Mon Aug 04 00:16:01 -0700 2008
commit  c6dc3fcd5b413c23ad25045fa4de05fff1ff708d
tree    4d8e13f166268748d66c2b9b54dd8cb85edf574b
parent  edb6afd1158bbb5f701abbe339a855f1167513d6
...
22
23
24
 
...
22
23
24
25
0
@@ -22,3 +22,4 @@ unless todo.project.nil?
0
   result_string << "(" + todo.project.name + ")"
0
 end 
0
 -%><%= result_string -%>
0
+

Comments