From 8af754e1087d662ab68964aa67685d48b8e7c4fc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 10 Oct 2018 08:03:13 +0100 Subject: Run rails new testapp --skip-bundle --- testapp/app/mailers/application_mailer.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testapp/app/mailers/application_mailer.rb (limited to 'testapp/app/mailers/application_mailer.rb') diff --git a/testapp/app/mailers/application_mailer.rb b/testapp/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/testapp/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end -- cgit v1.2.3