Move all mailers under subdir #2804

This commit is contained in:
Priit Tark 2015-07-28 11:55:01 +03:00
parent 7fd6f6a55d
commit 0b132d5c1a
13 changed files with 1 additions and 0 deletions

View file

@ -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'