lib/health-data-standards/models/telecom.rb in health-data-standards-3.4.6 vs lib/health-data-standards/models/telecom.rb in health-data-standards-3.5.0
- old
+ new
@@ -1,6 +1,7 @@
class Telecom
include Mongoid::Document
+ include Mongoid::Attributes::Dynamic
field :use, type: String
field :value, type: String
field :preferred, type: Boolean
\ No newline at end of file