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:
parent
52c0bf9843
commit
167f250d98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue