Switched gathers url to use https

This commit is contained in:
Absurdon 2017-04-18 00:04:18 +02:00
parent 5cc9dc411f
commit 1f9f5f8dce

View file

@ -193,7 +193,7 @@ module ApplicationHelper
def gathers_url def gathers_url
if Rails.env.production? if Rails.env.production?
"http://gathers.ensl.org" "https://gathers.ensl.org"
else else
"http://gathers.staging.ensl.org" "http://gathers.staging.ensl.org"
end end