From 2f79d0b4a468461d9d2479219ba3625299414049 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 12 Oct 2007 18:52:42 +0000 Subject: [PATCH] ActionItem85: minor doc fix --- app/models/task.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/models/task.rb b/app/models/task.rb index 1e9819f..55c37d6 100644 --- a/app/models/task.rb +++ b/app/models/task.rb @@ -6,8 +6,9 @@ # the actual action associated to the type of task can be performed. See the # documentation of the #perform method for details. # -# This class has a +status+ field of type text, where you can store -# any type of data (as serialized Ruby objects) you need for your subclass . +# This class has a +data+ field of type text, where you can store any +# type of data (as serialized Ruby objects) you need for your subclass (which +# will need to declare itself). class Task < ActiveRecord::Base module Status -- libgit2 0.21.2