From ef470bdac7466067d3bda6f8bb09213ba9fabf70 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 19 Jan 2016 12:42:50 +0000 Subject: [PATCH] Fixed email url for devise password reset --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 4e3d80b..33ca8d1 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -109,5 +109,5 @@ Wrestling::Application.configure do } config.action_mailer.perform_deliveries = true #Devise needs origin of email - Rails.application.routes.default_url_options[:host] = 'wrestlingdev.com' + Rails.application.routes.default_url_options[:host] = 'https://wrestlingdev.com' end