method

namespace

namespace(path, options = {})
public

No documentation available.

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