summaryrefslogtreecommitdiff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index f12eac5..d4558db 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -67,7 +67,8 @@ Rails.application.configure do
# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true
- config.action_mailer.default_url_options = {host: "localhost", port: 3000}
+ # Enable this if I install action mailer.
+ # config.action_mailer.default_url_options = {host: "localhost", port: 3000}
# Bullet config.
config.after_initialize do