about summary refs log tree commit diff stats
path: root/app/mailers
diff options
context:
space:
mode:
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/pokeviewer/application_mailer.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/mailers/pokeviewer/application_mailer.rb b/app/mailers/pokeviewer/application_mailer.rb new file mode 100644 index 0000000..70398bc --- /dev/null +++ b/app/mailers/pokeviewer/application_mailer.rb
@@ -0,0 +1,6 @@
1module Pokeviewer
2 class ApplicationMailer < ActionMailer::Base
3 default from: 'from@example.com'
4 layout 'mailer'
5 end
6end