Defect #15113
The mail method should return a Mail::Message
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 2.4.0 | |||
Resolution: | Fixed | Affected version: |
Description
The overwritten mail method (ActionMailer::Base) in source:trunk/app/models/mailer.rb should return a Mail object instead of a symbol (the locale set/returned by set_language_if_valid) to be compliant with the original mail method.
Associated revisions
Fixed that the mail method should return a Mail::Message (#15113).
History
#1
Updated by Jean-Philippe Lang over 9 years ago
- Subject changed from The mail method should return a object of type Mail to The mail method should return a Mail::Message
- Category set to Code cleanup/refactoring
- Status changed from New to Closed
- Assignee set to Florian Schwab
- Target version set to 2.4.0
- Resolution set to Fixed
The patch broke a test. I've fixed it and added a test in r12210, thanks.