1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-05 10:45:49 +03:00
It uses autoload, so it's lazy-loaded. However there are missing some
internal requires so it will asks for more not-related `requires`
when requiring some files directly.
Этот коммит содержится в:
Max Melentiev
2018-05-25 16:35:23 +03:00
родитель 673986ca7e
Коммит 050df20533
4 изменённых файлов: 1 добавлений и 5 удалений

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

@@ -1,8 +1,7 @@
require 'active_support/concern'
require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/json'
require 'action_dispatch/http/mime_type'
require 'action_dispatch/http/request'
require 'action_dispatch'
module Telegram
module Bot