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

This commit is contained in:
2026-03-03 17:46:01 +00:00
parent 58cd6dd54b
commit 29fe4c28c5

View File

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