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