fixes
This commit is contained in:
parent
726748600b
commit
aa3d957250
1 changed files with 3 additions and 1 deletions
|
@ -28,9 +28,11 @@ module Telegram
|
||||||
|
|
||||||
respond_with :message, text: t('.hi', pirata: pirata.nick)
|
respond_with :message, text: t('.hi', pirata: pirata.nick)
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def vincular_a_telegram_url
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue