Sha256: 22bc6dadda0051c9c548799cd9fcaa03fd795c5fba59c6951d87652d46857062
Contents?: true
Size: 400 Bytes
Versions: 65
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module NewsletterTemplates class BasicOnlyTextCell < BaseCell def show render :show end def body parse_interpolations(uninterpolated_body, recipient_user, newsletter.id) end def uninterpolated_body translated_attribute(model.settings.body) end end end end
Version data entries
65 entries across 65 versions & 1 rubygems