summaryrefslogtreecommitdiff
path: root/lib/config/config_ru.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-05-30 08:17:43 +0000
committerChristoph Helma <helma@in-silico.ch>2011-05-30 08:17:43 +0000
commit1dbf257583fb68658f4ba4ecde3602ebef07e540 (patch)
treedffe6f6cc03920f1aa5fabe659bca71436789cd3 /lib/config/config_ru.rb
parent24df87ffb307af4dbff9a19af43734e0f02b81eb (diff)
mail exceptions disabled
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