diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-09-16 18:46:55 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-09-16 18:46:55 -0400 |
| commit | 5e62e771bf14f58dd1622d2e3631309caa201349 (patch) | |
| tree | 76143baae833a4cfe0e05cefb18b5a31d15b74e9 /test/dummy/app/mailers | |
| download | pokeviewer-5e62e771bf14f58dd1622d2e3631309caa201349.tar.gz pokeviewer-5e62e771bf14f58dd1622d2e3631309caa201349.tar.bz2 pokeviewer-5e62e771bf14f58dd1622d2e3631309caa201349.zip | |
Initial commit
Diffstat (limited to 'test/dummy/app/mailers')
| -rw-r--r-- | test/dummy/app/mailers/application_mailer.rb | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/test/dummy/app/mailers/application_mailer.rb b/test/dummy/app/mailers/application_mailer.rb new file mode 100644 index 0000000..286b223 --- /dev/null +++ b/test/dummy/app/mailers/application_mailer.rb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | class ApplicationMailer < ActionMailer::Base | ||
| 2 | default from: 'from@example.com' | ||
| 3 | layout 'mailer' | ||
| 4 | end | ||
