Sha256: 929f07370bbab7594a88708bc1d64d6989a5c65cfc3fbeb80f98d76e14608157

Contents?: true

Size: 180 Bytes

Versions: 10

Compression:

Stored size: 180 Bytes

Contents

class PropertyValue
  include Mongoid::Document
  include Mongoid::Timestamps

  field :value
  field :created_by
  validates :created_by, presence: true

  embedded_in :metric
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
techcor-0.0.10 lib/storage/property_value_mongo.rb
techcor-0.0.9 lib/storage/property_value_mongo.rb
techcor-0.0.8 lib/storage/property_value_mongo.rb
techcor-0.0.7 lib/storage/property_value_mongo.rb
techcor-0.0.6 lib/storage/property_value_mongo.rb
techcor-0.0.5 lib/storage/property_value_mongo.rb
techcor-0.0.4 lib/storage/property_value_mongo.rb
techcor-0.0.3 lib/storage/property_value_mongo.rb
techcor-0.0.2 lib/storage/property_value_mongo.rb
techcor-0.0.1 lib/storage/property_value_mongo.rb