Sha256: 203ccc00cfbfa736841242cfcf67b779acdfdb823d80a491ad484e28fc02ac72
Contents?: true
Size: 421 Bytes
Versions: 36
Compression:
Stored size: 421 Bytes
Contents
require 'explicit_delegator' module WoopleTheme class QuestionPresenter < ExplicitDelegator enforce_definitions :id, # Response id used in the form :question, # Text of the question :answers # Set of options/answers for the question def answers ThemePresentation.wrap_collection(@delegate.answers, WoopleTheme::AnswerPresenter) end end end
Version data entries
36 entries across 36 versions & 1 rubygems