1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixes warnings when executing rake test in ActionMailer. Related to 582a7f4599

This commit is contained in:
kennyj 2012-08-29 01:57:44 +09:00
parent 52c0bf9843
commit 167f250d98

View file

@ -756,7 +756,7 @@ module ActionMailer #:nodoc:
responses << {
:body => render(:template => template),
:content_type => template.mime_type.to_s
:content_type => template.type.to_s
}
end
end