We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7cc2f commit 6f1a081Copy full SHA for 6f1a081
lib/dry/rails/container.rb
@@ -65,11 +65,7 @@ class << self
65
#
66
# @example set up multiple paths
67
# Dry::Rails.container do
68
- # auto_register!("lib", "app/operations") do |config|
69
- # config.exclude do |component|
70
- # component.path.start_with?("concerns")
71
- # end
72
+ # auto_register!("lib", "app/operations")
73
# end
74
75
# @example set up multiple paths with a configuration block
0 commit comments