Code & Deploy
Code
Models
Repos
Sign in
@setoelkahfi
/
homebrew-tap
homebrew-tap
/
app
/
mailers
/
application_mailer.rb
Code
Commits
Pulls
CI/CD
205
main
main
rb
4 lines
102 Bytes
Copy permalink
Copy
Raw
1
class
ApplicationMailer
<
ActionMailer
::
Base
2
default
from:
"from@example.com"
3
layout
"mailer"
4
end