Sha256: 89cb14defff5a08f0e0cd33f465b530e81f136898c5710abf5de04190644d8e4
Contents?: true
Size: 301 Bytes
Versions: 60
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true module Decidim module Forms # # Decorator for questions # class QuestionPresenter < SimpleDelegator include Decidim::TranslationsHelper def translated_body @translated_body ||= translated_attribute body end end end end
Version data entries
60 entries across 60 versions & 1 rubygems