Sha256: 0cf50da9e45d6309debc554c7bcd6faac825126aca7e63b5b7301186c5146cfa
Contents?: true
Size: 476 Bytes
Versions: 10
Compression:
Stored size: 476 Bytes
Contents
# frozen_string_literal: true module Decidim module Conferences class ConferenceRegistrationNotificationEvent < Decidim::Events::BaseEvent include Decidim::Events::NotificationEvent def notification_title I18n.t("notification_title", **i18n_options).html_safe end def i18n_options { resource_title:, resource_path:, resource_url:, scope: event_name } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems