This commit is contained in:
fauno 2020-06-22 14:51:43 -03:00
parent 726748600b
commit aa3d957250

View file

@ -28,9 +28,11 @@ module Telegram
respond_with :message, text: t('.hi', pirata: pirata.nick)
end
private
def vincular_a_telegram_url
'https://#{ENV.fetch('APP_HOST', 'lumi.partidopirata.com.ar')}/#/vincularATelegram'
"https://#{ENV.fetch('APP_HOST', 'lumi.partidopirata.com.ar')}/#/vincularATelegram"
end
end
end