Class: DcKeyValue
- Inherits:
-
Object
- Object
- DcKeyValue
- Includes:
- Mongoid::Document, Mongoid::Timestamps
- Defined in:
- app/models/dc_key_value.rb
Overview
Schema information
Collection name: dc_key_value : Key value items
_id BSON::ObjectId _id
key String Key
value String Value
Key-Value items can be embedded into any model and are replacing Hash fields. They can also appear cyclic if required.