From 1f9f5f8dcea4265a8845572966dddd0b172885ce Mon Sep 17 00:00:00 2001 From: Absurdon Date: Tue, 18 Apr 2017 00:04:18 +0200 Subject: [PATCH] Switched gathers url to use https --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2ce2609..0eb7d82 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -193,7 +193,7 @@ module ApplicationHelper def gathers_url if Rails.env.production? - "http://gathers.ensl.org" + "https://gathers.ensl.org" else "http://gathers.staging.ensl.org" end