lib/health-data-standards/models/facility.rb in health-data-standards-3.4.6 vs lib/health-data-standards/models/facility.rb in health-data-standards-3.5.0
- old
+ new
@@ -1,6 +1,7 @@
class Facility
include Mongoid::Document
+ include Mongoid::Attributes::Dynamic
field :name, type: String
field :code, type: Hash
field :start_time, type: Integer
\ No newline at end of file