Module: Decidim::Templates::Admin::ApplicationHelper
- Defined in:
- app/helpers/decidim/templates/admin/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#block_user_templates ⇒ Object
9 10 11 12 13 14 |
# File 'app/helpers/decidim/templates/admin/application_helper.rb', line 9 def block_user_templates Decidim::Templates::Template.where( target: :user_block, templatable: [current_organization] ).order(:templatable_id) end |