Module: Decidim::Admin::RemindersHelper
- Defined in:
- app/helpers/decidim/admin/reminders_helper.rb
Instance Method Summary collapse
-
#admin_reminders_path(component, options = {}) ⇒ Object
Route to the correct reminder for a component.
Instance Method Details
#admin_reminders_path(component, options = {}) ⇒ Object
Route to the correct reminder for a component.
7 8 9 |
# File 'app/helpers/decidim/admin/reminders_helper.rb', line 7 def admin_reminders_path(component, = {}) EngineRouter.admin_proxy(component.participatory_space).new_component_reminder_path(.merge(component_id: component)) end |