Sha256: 5809d397d647fd3ad3027167c3b3edc73372c56b995fe0ee48ccebd2849da772
Contents?: true
Size: 187 Bytes
Versions: 38
Compression:
Stored size: 187 Bytes
Contents
class Telecom include Mongoid::Document field :use, type: String field :value, type: String field :preferred, type: Boolean embedded_in :contactable, polymorphic: true end
Version data entries
38 entries across 38 versions & 1 rubygems