Switched gathers url to use https

This commit is contained in:
Absurdon 2017-04-18 00:04:18 +02:00
parent f6ecbb9f4d
commit bb5bd6c824

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