# File lib/action_dispatch/routing/mapper.rb, line 424
        def with_default_scope(scope, &block)
          scope(scope) do
            instance_exec(&block)
          end
        end