constraints ManufacturerExistsConstraint.new do
              resources :manufacturers, path: '/', only: [:show], controller: routes.controller_for(:manufacturers) do
                resources :products, only: [:show], path: '/', controller: routes.controller_for(:products)
              end