1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed reset password after the Devise migration.

This commit is contained in:
2025-04-11 07:59:55 -04:00
parent 2d433b680a
commit 4828d9b876
8 changed files with 75 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: ENV["WRESTLINGDEV_EMAIL"]
default from: ENV["WRESTLINGDEV_EMAIL"] || 'noreply@wrestlingdev.com'
layout 'mailer'
end