Обновить config/app.rb

This commit is contained in:
2026-03-03 17:43:24 +00:00
parent 44f2e4d379
commit 58cd6dd54b

View File

@@ -4,10 +4,7 @@ require "hanami"
module ClashDeckGenerator2 module ClashDeckGenerator2
class App < Hanami::App class App < Hanami::App
def provider # Говорим Hanami явно загрузить провайдер из config/providers/db.rb
config.provider_sources = [ config.provider_sources = [:db]
:db
]
end
end end
end end