Closed rinaldifonseca closed 1 year 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)
configuration.auto_registration(::Rails.root.join(root_path), namespace: false)
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)