21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-07-01 13:32:53 +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