зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-31 16:56:17 +03:00
5 строки
102 B
Ruby
5 строки
102 B
Ruby
class ApplicationMailer < ActionMailer::Base
|
|
default from: 'from@example.com'
|
|
layout 'mailer'
|
|
end
|