diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-05-28 12:47:40 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-06 19:34:58 +0100 |
commit | 6d5d9c89c944c6d5964c775859d3e642ab13dc0d (patch) | |
tree | 67475eda4960de96a123d211833a3acc13cef7f9 | |
parent | a9da9e604855fec18b5b7af349a0c8c0330ebfea (diff) |
Remove obsolete comment
That comment makes precisely no sense whatever, any more.
-rw-r--r-- | app/models/raw_email.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb index 1466e5d9c..e15f499e9 100644 --- a/app/models/raw_email.rb +++ b/app/models/raw_email.rb @@ -19,11 +19,6 @@ class RawEmail < ActiveRecord::Base has_one :incoming_message - # We keep the old data_text field (which is of type text) for backwards - # compatibility. We use the new data_binary field because only it works - # properly in recent versions of PostgreSQL (get seg faults escaping - # some binary strings). - def directory request_id = self.incoming_message.info_request.id.to_s if ENV["RAILS_ENV"] == "test" |