Sha256: 02fd5ce51672fc4225cb181ec2f5ac8fa1d0d96b7bd9a861a644282ec9c69485
Contents?: true
Size: 401 Bytes
Versions: 19
Compression:
Stored size: 401 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] @fields_to_clone = [:introduction, :more_information, :place_type, :need_to_know] def whole_body self.introduction end end
Version data entries
19 entries across 19 versions & 1 rubygems