From e2b846f630cae00096a42dffeff759d0ef8e1c3e Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 19 Mar 2016 14:57:30 +0100 Subject: Adding letter opener for development and Rack::Attack for future rate limiting implementations --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/environments') 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 -- cgit