summaryrefslogtreecommitdiff
path: root/lib/config/config_ru.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config/config_ru.rb')
-rw-r--r--lib/config/config_ru.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config/config_ru.rb b/lib/config/config_ru.rb
index 93df867..dc04263 100644
--- a/lib/config/config_ru.rb
+++ b/lib/config/config_ru.rb
@@ -19,6 +19,7 @@ set :lock, true
end
use Rack::ShowExceptions
+=begin
if defined?(MAIL)
# monkeypatch with the original method
@@ -50,3 +51,4 @@ if defined?(MAIL)
mail.smtp MAIL
end
end
+=end