Require log_subscriber

This commit is contained in:
Łukasz Strzałkowski 2013-07-30 00:26:24 +02:00
parent e29c1b3103
commit 9e6a1439d1
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'active_support/log_subscriber'
module ActionMailer
# Implements the ActiveSupport::LogSubscriber for logging notifications when
# email is delivered and received.