mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Move all mailers under subdir #2804
This commit is contained in:
parent
7fd6f6a55d
commit
0b132d5c1a
13 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
class ApplicationMailer < ActionMailer::Base
|
class ApplicationMailer < ActionMailer::Base
|
||||||
|
append_view_path Rails.root.join('app', 'views', 'mailers')
|
||||||
default from: 'noreply@internet.ee'
|
default from: 'noreply@internet.ee'
|
||||||
layout 'mailer'
|
layout 'mailer'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue