Sha256: 170313947073aeb6b5360dc0f0d036ac810a471f9d096543aa391d3060fd39de
Contents?: true
Size: 282 Bytes
Versions: 8
Compression:
Stored size: 282 Bytes
Contents
# Copyright (c) 2008-13 Peter H. Boling of RailsBling.com # 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
8 entries across 8 versions & 1 rubygems