diff options
Diffstat (limited to 'app')
-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" |