rom-rb / rom-rails

Rails integration for Ruby Object Mapper
http://rom-rb.org
MIT License
159 stars 51 forks source link

Allow set configuration.auto_registration namespace TRUE #112

Closed rinaldifonseca closed 1 year ago

rinaldifonseca commented 4 years ago

Hi,

I would like to know if there is way to set the namespace config to TRUE since in the rom-rb the default value is true.

In the: lib/rom/rails/railtie.rb we have the hard coded value: configuration.auto_registration(::Rails.root.join(root_path), namespace: false)