Commit 90816301c948014f51dbb31e6ed1a888290be4c2

Authored by AntonioTerceiro
1 parent 9a882191

ActionItem114: doc work



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@841 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/models/task.rb
@@ -105,8 +105,9 @@ class Task < ActiveRecord::Base @@ -105,8 +105,9 @@ class Task < ActiveRecord::Base
105 _("The task was cancelled at %s") % (self.end_date.to_s) 105 _("The task was cancelled at %s") % (self.end_date.to_s)
106 end 106 end
107 107
108 - # The message that will be sent to the *target* on the task when it is  
109 - # created. 108 + # The message that will be sent to the *target* of the task when it is
  109 + # created. The indent of this message is to notify the target about the
  110 + # request that was just created for him/her.
110 # 111 #
111 # The implementation in this class returns +nil+, what makes the notification 112 # The implementation in this class returns +nil+, what makes the notification
112 # not to be sent. If you want to send a notification to the target upon task 113 # not to be sent. If you want to send a notification to the target upon task