ROM-Rails does not support namespaced relations

It forces namespace: false here: https://github.com/rom-rb/rom-rails/blob/master/lib/rom/rails/railtie.rb#L81

Would be great to have it configurable, because I prefer to organize my code in a way that app/relations/users.rb implements a Relations::Users class.