diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-22 18:10:30 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-02-22 18:10:30 +0100 |
commit | 1dad72bf13f5e28781a2b2b6654f72624d205576 (patch) | |
tree | 27cc73b474b1cce88751a822374431837f24309a /config/environments | |
parent | 709c6685a90bb819696566cc9e42e587546d72dc (diff) |
Fixes and general progress
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index c3377aac8..b55e2144b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -38,6 +38,4 @@ Rails.application.configure do # Raises error for missing translations # config.action_view.raise_on_missing_translations = true - - config.action_mailer.default_url_options = { host: ENV['NGROK_HOST'] } end |