Class: Decidim::Initiatives::InitiativesTypeScopesController

Inherits:
ApplicationController show all
Defined in:
decidim-initiatives/app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb

Overview

Exposes the initiative type text search so users can choose a type writing its name.

Instance Method Summary collapse

Methods inherited from ApplicationController

#permission_class_chain, #permission_scope, #permissions_context

Methods included from RegistersPermissions

register_permissions

Methods included from UserBlockedChecker

#check_user_block_status, #check_user_not_blocked

Methods included from NeedsSnippets

#snippets

Methods included from Headers::HttpCachingDisabler

#disable_http_caching

Methods included from HasStoredPath

#skip_store_location?, #store_current_location

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#searchObject

GET /initiative_type_scopes/search



10
11
12
13
# File 'decidim-initiatives/app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb', line 10

def search
  enforce_permission_to :search, :initiative_type_scope
  render layout: false
end