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