app/mailers/phcpress/application_mailer.rb in phcpress-9.0.1 vs app/mailers/phcpress/application_mailer.rb in phcpress-9.1.0
- old
+ new
@@ -1,6 +1,6 @@
-module Phcpress
- class ApplicationMailer < ActionMailer::Base
- default from: 'info@example.com'
- layout 'mailer'
- end
-end
+module Phcpress
+ class ApplicationMailer < ActionMailer::Base
+ default from: 'info@example.com'
+ layout 'mailer'
+ end
+end