Hugo Peixoto
46881d72bf
rails new \ --skip-action-cable \ --skip-hotwire \ --skip-jbuilder \ --skip-system-test \ -a propshaft \ --database=postgresql .
5 lines
102 B
Ruby
5 lines
102 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: "from@example.com"
|
|
layout "mailer"
|
|
end
|