Sha256: 834f1c4e28954b17d4a9b50d8e528d50656181d6614f2c1bc2ab4e74dc8ff252
Contents?: true
Size: 456 Bytes
Versions: 92
Compression:
Stored size: 456 Bytes
Contents
require "edition" require "expectant" class PlaceEdition < Edition include Expectant field :introduction, type: String field :more_information, type: String field :place_type, type: String GOVSPEAK_FIELDS = Edition::GOVSPEAK_FIELDS + [:introduction, :more_information] @fields_to_clone = [:introduction, :more_information, :place_type, :expectation_ids] def whole_body self.introduction end end
Version data entries
92 entries across 92 versions & 1 rubygems