diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-15 09:52:11 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-15 09:52:11 +0100 |
commit | 014c5a221a3ac47d89de71cfd81054f39ac3759d (patch) | |
tree | 681a31d37b695daa1a008f69c51678874f37f8f4 /app/models/raw_email.rb | |
parent | 5180e822f8a9016d801282b2df56f7adab99e72f (diff) |
Remove trailing whitespace (to make a cleaner forthcoming merge with wombleton:feature/440_sparkly_admin_css)
Diffstat (limited to 'app/models/raw_email.rb')
-rw-r--r-- | app/models/raw_email.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb index 1feb9c70b..29122e692 100644 --- a/app/models/raw_email.rb +++ b/app/models/raw_email.rb @@ -16,7 +16,7 @@ class RawEmail < ActiveRecord::Base # deliberately don't strip_attributes, so keeps raw email properly - + has_one :incoming_message # We keep the old data_text field (which is of type text) for backwards @@ -30,7 +30,7 @@ class RawEmail < ActiveRecord::Base return File.join(Rails.root, 'files/raw_email_test') else return File.join(MySociety::Config.get('RAW_EMAILS_LOCATION', - 'files/raw_emails'), + 'files/raw_emails'), request_id[0..2], request_id) end end |