mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8dd76a7a6f
Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878.
6 lines
141 B
Text
6 lines
141 B
Text
<% module_namespacing do -%>
|
|
class ApplicationMailer < ActionMailer::Base
|
|
default from: 'from@example.com'
|
|
layout 'mailer'
|
|
end
|
|
<% end %>
|