mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Setup Rails project and dockerize
This commit is contained in:
4
app/mailers/application_mailer.rb
Normal file
4
app/mailers/application_mailer.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class ApplicationMailer < ActionMailer::Base
|
||||
default from: 'from@example.com'
|
||||
layout 'mailer'
|
||||
end
|
||||
Reference in New Issue
Block a user