Remove unused plain_mailer layout (#28065)

This commit is contained in:
Matt Jankowski 2023-11-27 05:40:03 -05:00 committed by GitHub
parent b8fe77353e
commit 9b8ba9b350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -1 +0,0 @@
= yield