Method: ActionDispatch::Routing::Mapper::Scope#root?
- Defined in:
- actionpack/lib/action_dispatch/routing/mapper.rb
#root? ⇒ Boolean
2314 2315 2316 |
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 2314 def root? @parent == ROOT end |