mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
4 lines
No EOL
128 B
Ruby
4 lines
No EOL
128 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
append_view_path Rails.root.join('app', 'views', 'mailers')
|
|
layout 'mailer'
|
|
end |