Class: Decidim::Consultations::AuthorizationVoteModalsController

Inherits:
ApplicationController
  • Object
show all
Includes:
NeedsQuestion
Defined in:
app/controllers/decidim/consultations/authorization_vote_modals_controller.rb

Instance Method Summary collapse

Methods included from NeedsQuestion

enhance_controller, extended, included

Instance Method Details

#showObject



11
12
13
# File 'app/controllers/decidim/consultations/authorization_vote_modals_controller.rb', line 11

def show
  render template: "decidim/authorization_modals/show"
end