21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-05 00:54:29 +02:00
chexpire/app/mailers/application_mailer.rb

5 lines
102 B
Ruby
Raw Normal View History

2018-05-23 10:32:04 +02:00
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end