dry-rb / dry-rails

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

Dynamic lookup without ancestors #22

Closed jandudulski closed 4 years ago

jandudulski commented 4 years ago

MyApp.const_get(:Container) will return both MyApp::Container and just Container which might easily confict with existing classes. Set inherit flag to false to prevent this.