1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-05 10:45:49 +03:00

Deprecate telegram_webhooks in favor of telegram_webhook

Этот коммит содержится в:
Max Melentiev
2018-02-02 10:38:18 +03:00
родитель 06253c940e
Коммит 88c8d4fd4e
6 изменённых файлов: 100 добавлений и 29 удалений

Просмотреть файл

@@ -75,9 +75,9 @@ RSpec.configure do |config|
require 'telegram/bot/routes_helper'
extend Telegram::Bot::RoutesHelper
telegram_webhooks default: DefaultBotController,
other: OtherBotController,
named: NamedBotController
telegram_webhook DefaultBotController, :default
telegram_webhook OtherBotController, :other
telegram_webhook NamedBotController, :named
end
end
end