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