From 90816301c948014f51dbb31e6ed1a888290be4c2 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 5 Nov 2007 16:51:14 +0000 Subject: [PATCH] ActionItem114: doc work --- 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 f34fcf2..7d0dafa 100644 --- a/app/models/task.rb +++ b/app/models/task.rb @@ -105,8 +105,9 @@ class Task < ActiveRecord::Base _("The task was cancelled at %s") % (self.end_date.to_s) end - # The message that will be sent to the *target* on the task when it is - # created. + # The message that will be sent to the *target* of the task when it is + # created. The indent of this message is to notify the target about the + # request that was just created for him/her. # # The implementation in this class returns +nil+, what makes the notification # not to be sent. If you want to send a notification to the target upon task -- libgit2 0.21.2