Module: Decidim::Admin::RemindersHelper

Defined in:
decidim-admin/app/helpers/decidim/admin/reminders_helper.rb

Instance Method Summary collapse

Instance Method Details

#admin_reminders_path(component, options = {}) ⇒ Object

Route to the correct reminder for a component.



7
8
9
# File 'decidim-admin/app/helpers/decidim/admin/reminders_helper.rb', line 7

def admin_reminders_path(component, options = {})
  EngineRouter.admin_proxy(component.participatory_space).new_component_reminder_path(options.merge(component_id: component))
end