Class: Decidim::Initiatives::InitiativesTypeScopesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
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

Instance Method Details

#searchObject

GET /initiative_type_scopes/search



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

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