문제

My site is working with https protocol. When I am creating a link in an email. It is creating a link with http protocol. My other links are being created correctly but link with created in rufuse scheduler's schedule is getting http. How can I fix this issue?

Thanks in advance.

도움이 되었습니까?

해결책

You can use the :protocol option in a link_to (which I'm assuming you are using).

<%= link_to "Click here", root_url(:protocol => "https") %>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top