lib/health-data-standards/models/guarantor.rb in health-data-standards-3.4.6 vs lib/health-data-standards/models/guarantor.rb in health-data-standards-3.5.0
- old
+ new
@@ -1,6 +1,7 @@
class Guarantor
include Mongoid::Document
+ include Mongoid::Attributes::Dynamic
embeds_one :organization
embeds_one :person
field :time, type: Integer
\ No newline at end of file