Sha256: 5c79472faa76382ee63bc2f7ae27a02704f124912c4ccf909c6cd6fa9bea99b1
Contents?: true
Size: 260 Bytes
Versions: 13
Compression:
Stored size: 260 Bytes
Contents
class Facility 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
Version data entries
13 entries across 13 versions & 1 rubygems