21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-24 19:28:48 +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
2018-05-23 15:56:43 +02:00
default from: "from@example.com"
layout "mailer"
2018-05-23 10:32:04 +02:00
end