Sha256: fd9a50600d6b36e507462b5774aa9b2d7931348d46a3c440484e7b15baaff9ce
Contents?: true
Size: 205 Bytes
Versions: 99
Compression:
Stored size: 205 Bytes
Contents
require "edition" class AnswerEdition < Edition field :body, type: String GOVSPEAK_FIELDS = Edition::GOVSPEAK_FIELDS + [:body] @fields_to_clone = [:body] def whole_body self.body end end
Version data entries
99 entries across 99 versions & 1 rubygems