Method: ActionDispatch::Routing::Mapper::Scope#nested?

Defined in:
actionpack/lib/action_dispatch/routing/mapper.rb

#nested?Boolean

Returns:

  • (Boolean)


2306
2307
2308
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 2306

def nested?
  scope_level == :nested
end