Sha256: d1ec0f6fd0165570bbdfd2d60b41e2f44140668d51ead7a5af0dfa4707957d0c
Contents?: true
Size: 332 Bytes
Versions: 3
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Mailpeek # Public: Railtie class Railtie < Rails::Railtie initializer 'mailpeek.add_delivery_method' do ActiveSupport.on_load :action_mailer do ActionMailer::Base.add_delivery_method( :mailpeek, Mailpeek::Delivery ) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mailpeek-1.0.3 | lib/mailpeek/railtie.rb |
mailpeek-1.0.2 | lib/mailpeek/railtie.rb |
mailpeek-1.0.1 | lib/mailpeek/railtie.rb |