theseus/app/mailers/generic_text_mailer.rb
2025-05-31 23:25:41 -04:00

3 lines
65 B
Ruby

class GenericTextMailer < LoopsMailer
layout "text_mailer"
end