commented out the email interceptor

This commit is contained in:
ilya 2010-10-22 10:37:04 -07:00
parent ffa467b795
commit 47b03c45b2

View file

@ -1 +1,2 @@
ActionMailer::Base.register_interceptor(DevelopmentMailInterceptor) if Rails.env.development?
# if you wish to intercept emails to go to a particuar email address
#ActionMailer::Base.register_interceptor(DevelopmentMailInterceptor) if Rails.env.development?