aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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