We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c879d commit 1eb0d55Copy full SHA for 1eb0d55
docsite/source/settings.html.md
@@ -12,6 +12,7 @@ dry-system provides a `:settings` provider source that you can use to load setti
12
# system/providers/settings.rb:
13
14
require "dry/system"
15
+require "dry/system/provider_sources"
16
17
Application.register_provider(:settings, from: :dry_system) do
18
before :prepare do
0 commit comments