aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove blank line generated in application_mailer.rbyuuji.yaginuma2016-04-081-1/+1
|
* Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailerRafael França2016-03-231-0/+2
|\ | | | | Correctly generate application_mailer.rb in mountable engines
| * Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-0/+2
| | | | | | | | - Followup of https://github.com/rails/rails/pull/24161.
* | Fix generator test to match to use the stringRafael Mendonça França2016-03-211-1/+1
| |
* | switched layout :mailer to a string so that mail layout can be properly ↵Matt Hall2016-03-171-1/+1
|/ | | | found and mail can be delivered properly
* generate application_mailer.rb if it is missingSen-Zhang2016-03-111-0/+4
|
* ApplicationMailer should be generated by default just like every other ↵David Heinemeier Hansson2015-12-171-4/+0
| | | | Application* parent
* Creates an ApplicationMailer and layout by default, including html and body ↵Andy Jeffries2014-11-211-0/+4
tags to reduce spam score