5 lines
80 B
Ruby
5 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationMailer < ActionMailer::Base
|
|
end
|