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