Sha256: 1351e52376491177824ce8fee87d8148e5d0a452c40a5e6699535d088ddf09d7
Contents?: true
Size: 618 Bytes
Versions: 25
Compression:
Stored size: 618 Bytes
Contents
# frozen_string_literal: true module Decidim # Helper that provides methods to render the notifications settings form module NotificationsSettingsHelper def frequencies_collection { none: t("decidim.notifications_settings.show.notifications_sending_frequencies.none"), real_time: t("decidim.notifications_settings.show.notifications_sending_frequencies.real_time"), daily: t("decidim.notifications_settings.show.notifications_sending_frequencies.daily"), weekly: t("decidim.notifications_settings.show.notifications_sending_frequencies.weekly") } end end end
Version data entries
25 entries across 25 versions & 1 rubygems