Class: Decidim::Forms::QuestionPresenter
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Decidim::Forms::QuestionPresenter
- Includes:
- TranslationsHelper
- Defined in:
- app/presenters/decidim/forms/question_presenter.rb
Overview
Decorator for questions
Instance Method Summary collapse
Instance Method Details
#translated_body ⇒ Object
11 12 13 |
# File 'app/presenters/decidim/forms/question_presenter.rb', line 11 def translated_body @translated_body ||= translated_attribute body end |