From 8dd76a7a6ff1bb7105beabb8f834ca54ab1e5fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 13 Nov 2017 15:23:28 -0500 Subject: Use .tt extension to all the template files Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878. --- .../lib/rails/generators/mailer/templates/application_mailer.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb (limited to 'actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb') diff --git a/actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb b/actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb deleted file mode 100644 index 00fb9bd48f..0000000000 --- a/actionmailer/lib/rails/generators/mailer/templates/application_mailer.rb +++ /dev/null @@ -1,6 +0,0 @@ -<% module_namespacing do -%> -class ApplicationMailer < ActionMailer::Base - default from: 'from@example.com' - layout 'mailer' -end -<% end %> -- cgit v1.2.3