Skip to content

Commit

Permalink
Fixes warnings when executing rake test in ActionMailer. Related to 5…
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Aug 28, 2012
1 parent 52c0bf9 commit 167f250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/base.rb
Expand Up @@ -756,7 +756,7 @@ def collect_responses_and_parts_order(headers) #:nodoc:

responses << {
:body => render(:template => template),
:content_type => template.mime_type.to_s
:content_type => template.type.to_s
}
end
end
Expand Down

0 comments on commit 167f250

Please sign in to comment.