1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-08 11:55:51 +03:00
Этот коммит содержится в:
Max Melentiev
2016-11-07 20:07:55 +03:00
родитель ececfa660e
Коммит 194fc78202
9 изменённых файлов: 275 добавлений и 3 удалений

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

@@ -50,7 +50,7 @@ module Telegram
# ControllerClass.new(bot, from: telegram_user, chat: telegram_chat).
# process(:help, *args)
#
class UpdatesController < AbstractController::Base # rubocop:disable ClassLength
class UpdatesController < AbstractController::Base
abstract!
require 'telegram/bot/updates_controller/session'