Class: Decidim::Forms::QuestionPresenter

Inherits:
SimpleDelegator
  • Object
show all
Includes:
TranslationsHelper
Defined in:
app/presenters/decidim/forms/question_presenter.rb

Overview

Decorator for questions

Instance Method Summary collapse

Instance Method Details

#translated_bodyObject



11
12
13
# File 'app/presenters/decidim/forms/question_presenter.rb', line 11

def translated_body
  @translated_body ||= translated_attribute body
end