Sha256: 3379f604dedbdfeef9ef24b7521272a0b147fb13676d2da8d805c4cdd357c6fe
Contents?: true
Size: 330 Bytes
Versions: 18
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true Jets.application.configure do # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. # Docs: http://rubyonjets.com/docs/email-sending/ config.action_mailer.delivery_method = :test end
Version data entries
18 entries across 18 versions & 1 rubygems