app:update

This commit is contained in:
Ryan W
2024-08-11 23:15:59 -05:00
parent 78cb8b4096
commit d33f606721
7 changed files with 76 additions and 21 deletions
+2
View File
@@ -40,6 +40,8 @@ Rails.application.configure do
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
# Disable caching for Action Mailer templates even if Action Controller
# caching is enabled.
config.action_mailer.perform_caching = false
config.action_mailer.default_url_options = { host: "localhost", port: 3000 }