lib/health-data-standards/models/facility.rb in health-data-standards-2.0.0 vs lib/health-data-standards/models/facility.rb in health-data-standards-2.1.0

- old
+ new

@@ -2,8 +2,11 @@ include Mongoid::Document field :name, type: String field :code, type: Hash + field :start_time, type: Integer + field :end_time, type: Integer + embeds_many :addresses, as: :locatable embeds_many :telecoms, as: :contactable end \ No newline at end of file