Sha256: ef3492c167aaa777f20507d03fb9737585ce41c554ecd5b30b448d717ac96e01
Contents?: true
Size: 189 Bytes
Versions: 1
Compression:
Stored size: 189 Bytes
Contents
class Facility include Mongoid::Document field :name, type: String field :code, type: Hash embeds_many :addresses, as: :locatable embeds_many :telecoms, as: :contactable end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
health-data-standards-2.0.0 | lib/health-data-standards/models/facility.rb |