# File lib/action_dispatch/routing/mapper.rb, line 1054
        def namespace(path, options = {})
          if resource_scope?
            nested { super }
          else
            super
          end
        end