Sha256: 0a393806696e89f50008e25d81cff8d9202ad1cd15d2267d560407beacba72ec
Contents?: true
Size: 189 Bytes
Versions: 82
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Tramway module Event class ApplicationMailer < ActionMailer::Base default from: 'from@example.com' layout 'mailer' end end end
Version data entries
82 entries across 82 versions & 1 rubygems
Version | Path |
---|---|
tramway-event-1.9.19.3 | app/mailers/tramway/event/application_mailer.rb |
tramway-event-1.9.19.2 | app/mailers/tramway/event/application_mailer.rb |