about summary refs log tree commit diff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-19 14:57:30 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-19 14:57:30 +0100
commite2b846f630cae00096a42dffeff759d0ef8e1c3e (patch)
tree52ed093ba2fa1fe1360efd94f60d3b4c29c8d9fc /config/environments/development.rb
parent5d72b922715e04f620026598624f6898e0f267c3 (diff)
Adding letter opener for development and Rack::Attack for future rate limiting implementations
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index b55e2144b..76e52312d 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -38,4 +38,6 @@ Rails.application.configure do
 
   # Raises error for missing translations
   # config.action_view.raise_on_missing_translations = true
+
+  config.action_mailer.delivery_method = :letter_opener
 end