Remove unused mailers.

This commit is contained in:
evazion
2019-08-06 10:42:45 -05:00
parent b0da649b09
commit 0c6d9f60bd
4 changed files with 0 additions and 27 deletions

View File

@@ -1,7 +0,0 @@
class ReportMailer < ActionMailer::Base
default :host => Danbooru.config.server_host, :from => Danbooru.config.contact_email, :content_type => "text/html"
def moderator_report(email)
mail(:to => email, :subject => "#{Danbooru.config.app_name} - Moderator Report")
end
end