diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-15 16:42:36 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-15 16:42:36 +0000 |
commit | 1e8083fe07483d7111530886a6c09cb3325aa53f (patch) | |
tree | 39f6fd08454ecea52b56d8dec47517159fc73c99 | |
parent | daf42a44bf019128374f3cc636d95b8308a01f2e (diff) |
Update comment to refer to mail_handler/[t]mail_extensions.rb
-rw-r--r-- | app/models/incoming_message.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 96d439b0b..123319125 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -192,9 +192,9 @@ class IncomingMessage < ActiveRecord::Base # Number the attachments in depth first tree order, for use in URLs. # XXX This fills in part.rfc822_attachment and part.url_part_number within - # all the parts of the email (see TMail monkeypatch above for how these - # attributes are added). ensure_parts_counted must be called before using - # the attributes. + # all the parts of the email (see monkeypatches in lib/mail_handler/tmail_extensions and + # lib/mail_handler/mail_extensions for how these attributes are added). ensure_parts_counted + # must be called before using the attributes. def ensure_parts_counted @count_parts_count = 0 _count_parts_recursive(self.mail) |