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

This commit is contained in:
2026-03-03 17:32:53 +00:00
parent 697d10e1d2
commit 39d8ebe60c

View File

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