Sha256: 85b59e16df3f78105cc96bd453e45dc379695c4220dc0d918f7068a3fbc66e73
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 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) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sanitize_email-1.0.0.rc1 | lib/sanitize_email/engine.rb |