dry-rb / dry-rails

The official dry-rb railtie
https://dry-rb.org/gems/dry-rails
MIT License
270 stars 27 forks source link

Allow multiple paths in auto_register! #14

Closed solnic closed 4 years ago

solnic commented 4 years ago

This extends auto_register! so that it can work with multiple paths like so:

# config/initializers/system.rb
Dry::Rails.container do
  auto_register!("app/operations", "app/workers")
end