21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-10 20:48:39 +02:00
chexpire/app/mailers/application_mailer.rb
2018-05-23 16:52:57 +02:00

5 lines
102 B
Ruby

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