rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.07k stars 161 forks source link

Adds hint for auto-registration with nested namespaces #628

Closed mgiagante closed 3 years ago

mgiagante commented 3 years ago

Auto-registration already supports nesting namespaces, and those are accepted by ROM::AutoRegistration if specified properly with "::" in the namespace string. This proposal is for documenting this use case.

solnic commented 3 years ago

Thanks!