Sha256: f4e68d2f0f9c4b825b2cf3fd64f604dd8f813345329f9dc98927741f05774c18
Contents?: true
Size: 276 Bytes
Versions: 10
Compression:
Stored size: 276 Bytes
Contents
#Copyright (c) 2008-12 Peter H. Boling of 9thBit LLC #Released under the MIT license # For Rails >= 3.1 module SanitizeEmail class Engine < ::Rails::Engine config.to_prepare do ActionMailer::Base.register_interceptor(SanitizeEmail::Bleach.new) end end end
Version data entries
10 entries across 10 versions & 1 rubygems