aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/raw_email.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-05-15 09:52:11 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-05-15 09:52:11 +0100
commit014c5a221a3ac47d89de71cfd81054f39ac3759d (patch)
tree681a31d37b695daa1a008f69c51678874f37f8f4 /app/models/raw_email.rb
parent5180e822f8a9016d801282b2df56f7adab99e72f (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.rb4
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