Sha256: 89785efdb55ef940a1c050a56173b065065e7cde24ed9f204ef1176bf15cd10e
Contents?: true
Size: 165 Bytes
Versions: 2
Compression:
Stored size: 165 Bytes
Contents
# frozen_string_literal: true module KafkaCommand class ApplicationMailer < ActionMailer::Base default from: 'from@example.com' layout 'mailer' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kafka_command-0.0.2 | app/mailers/application_mailer.rb |
kafka_command-0.0.1 | app/mailers/application_mailer.rb |