1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00

Properly included ActiveRecord::Railties::ControllerRuntime

Этот коммит содержится в:
Max Melentiev
2016-02-29 14:07:11 +06:00
родитель c06ba2af5c
Коммит e6dea5096f

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

@@ -25,7 +25,8 @@ module Telegram
initializer 'telegram.bot.updates_controller.add_ar_runtime' do
ActiveSupport.on_load('telegram.bot.updates_controller') do
if defined?(ActiveRecord::Railties::ControllerRuntime)
include ActiveRecord::Railties::ControllerRuntime
prepend ActiveRecord::Railties::ControllerRuntime
extend ActiveRecord::Railties::ControllerRuntime::ClassMethods
end
end
end