commented out the email interceptor
This commit is contained in:
parent
ffa467b795
commit
47b03c45b2
1 changed files with 2 additions and 1 deletions
|
|
@ -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?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue