Skip to content

Commit 6f1a081

Browse files
committed
[yard] fix Container.auto_register! example
1 parent 3b7cc2f commit 6f1a081

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/dry/rails/container.rb

+1-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ class << self
6565
#
6666
# @example set up multiple paths
6767
# 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-
# end
68+
# auto_register!("lib", "app/operations")
7369
# end
7470
#
7571
# @example set up multiple paths with a configuration block

0 commit comments

Comments
 (0)