Remove unused `plain_mailer` layout (#28065)

pull/28085/head
Matt Jankowski 1 year ago committed by GitHub
parent b8fe77353e
commit 9b8ba9b350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save