Sha256: a499f9212199c592b7b9891b66e9de921da60fc07153820a6b74d914f7a068f9
Contents?: true
Size: 443 Bytes
Versions: 16
Compression:
Stored size: 443 Bytes
Contents
# Stores information about a model that doesn't need to be in that model's # table. Each row in the @metadata@ table stores a schemaless, serialized hash # of data associated with a model instance. Any model can have an associated row # in the @metadata@ table by using the {HasMetadata} module. # # h2. Properties # # | @data@ | A hash of this metadata's contents (YAML serialized in the database). | class Metadata < HasMetadata::Model end
Version data entries
16 entries across 16 versions & 1 rubygems