From 39d8ebe60cfbe4078fd80ac5daea7724f654070c Mon Sep 17 00:00:00 2001 From: Crimson Date: Tue, 3 Mar 2026 17:32:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20config/app.rb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/app.rb b/config/app.rb index 5b2294f..5e8026e 100644 --- a/config/app.rb +++ b/config/app.rb @@ -4,8 +4,7 @@ require "hanami" module ClashDeckGenerator2 class App < Hanami::App - config.provider_sources = [ - :db - ] + # Говорим Hanami явно загрузить провайдер из config/providers/db.rb + config.provider_sources = [:db] end -end +end \ No newline at end of file