Sha256: 6a25b9dab601d867bb7cd81b89c2e307f77edb05112a96de5f85ff59986e4ed0
Contents?: true
Size: 359 Bytes
Versions: 25
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin module RemindersHelper # Route to the correct reminder for a component. def admin_reminders_path(component, options = {}) EngineRouter.admin_proxy(component.participatory_space).new_component_reminder_path(options.merge(component_id: component)) end end end end
Version data entries
25 entries across 25 versions & 1 rubygems