class OutcomeEdition

a special edition used only for the outcomes front end website

Constants

ATTACHMENT_METADATA_FIELDS

Public Instance Methods

whole_body() click to toggle source
# File lib/buweb/outcome_edition.rb, line 28
def whole_body
  [introduction, body, parts.map(&:body)].flatten.join("\n\n")
end