2
0

Use admin_mailer layout with initial salutation (#28085)

This commit is contained in:
Matt Jankowski
2023-11-28 02:41:26 -05:00
committed by GitHub
parent 10b879bd5e
commit 2d536bb05f
8 changed files with 5 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
# frozen_string_literal: true
class AdminMailer < ApplicationMailer
layout 'admin_mailer'
helper :accounts
helper :languages