lib/health-data-standards/models/qrda/header.rb in health-data-standards-3.4.2 vs lib/health-data-standards/models/qrda/header.rb in health-data-standards-3.4.3

- old
+ new

@@ -4,10 +4,10 @@ include Mongoid::Document embeds_one :identifier, class_name: "Qrda::Id" embeds_many :authors embeds_one :custodian embeds_one :legal_authenticator - embeds_many :performers + embeds_many :performers, class_name: "Provider" field :time , type: DateTime, default: Time.now end end \ No newline at end of file