docs add more docs to app/{jobs,logical}.

These were missed in the last commit.
This commit is contained in:
evazion
2021-06-27 18:12:58 -05:00
parent fef5f238a5
commit ad4c75eb1a
16 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
# The base class for emails sent by Danbooru.
#
# @see https://guides.rubyonrails.org/action_mailer_basics.html
class ApplicationMailer < ActionMailer::Base
default from: "#{Danbooru.config.canonical_app_name} <#{Danbooru.config.contact_email}>", content_type: "text/html"
end