Sha256: 4c7db73a00359de1a0814147732de3f1355d7b307d3007f1bce7d5b995614715
Contents?: true
Size: 316 Bytes
Versions: 43
Compression:
Stored size: 316 Bytes
Contents
require "edition" class PlaceEdition < Edition field :introduction, type: String field :more_information, type: String field :need_to_know, type: String field :place_type, type: String GOVSPEAK_FIELDS = [:introduction, :more_information, :need_to_know] def whole_body self.introduction end end
Version data entries
43 entries across 43 versions & 1 rubygems