aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/lib/action_mailer/base.rb')
-rw-r--r--actionmailer/lib/action_mailer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index a7015b1e6d..35c793351f 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -922,7 +922,7 @@ module ActionMailer
def collect_responses_from_text(headers)
[{
body: headers.delete(:body),
- content_type: headers[:content_type] || self.class.default[:content_type] || "text/plain"
+ content_type: headers[:content_type] || "text/plain"
}]
end