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

5 lines
102 B
Ruby

class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end