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

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

#resource_scope?Boolean

Returns:

  • (Boolean)


2343
2344
2345
# File 'actionpack/lib/action_dispatch/routing/mapper.rb', line 2343

def resource_scope?
  RESOURCE_SCOPES.include? scope_level
end