Class: Decidim::Accountability::ResultsController

Inherits:
ApplicationController show all
Includes:
FilterResource
Defined in:
decidim-accountability/app/controllers/decidim/accountability/results_controller.rb

Overview

Exposes the result resource so users can view them

Instance Method Summary collapse

Methods inherited from Components::BaseController

#current_component, #current_manifest, #current_participatory_space, #permission_class_chain, #permission_scope, #redirect_unless_feature_private, #set_component_breadcrumb_item, #share_token

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

#showObject

Raises:

  • (ActionController::RoutingError)


13
14
15
# File 'decidim-accountability/app/controllers/decidim/accountability/results_controller.rb', line 13

def show
  raise ActionController::RoutingError, "Not Found" unless result
end