Class: Decidim::Initiatives::InitiativesTypeScopesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Decidim::Initiatives::InitiativesTypeScopesController
- 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
-
#search ⇒ Object
GET /initiative_type_scopes/search.
Methods inherited from ApplicationController
#permission_class_chain, #permission_scope, #permissions_context
Instance Method Details
#search ⇒ Object
GET /initiative_type_scopes/search
10 11 12 13 |
# File 'app/controllers/decidim/initiatives/initiatives_type_scopes_controller.rb', line 10 def search :search, :initiative_type_scope render layout: false end |