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

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

#resources?Boolean

Returns:

  • (Boolean)


2318
2319
2320
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 2318

def resources?
  scope_level == :resources
end