Module: Decidim::Templates::Admin::ApplicationHelper

Defined in:
decidim-templates/app/helpers/decidim/templates/admin/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#block_user_templatesObject



9
10
11
12
13
14
# File 'decidim-templates/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