Class: Decidim::ErrorsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/decidim/errors_controller.rb

Instance Method Summary collapse

Methods included from UserBlockedChecker

#check_user_block_status, #check_user_not_blocked

Methods included from NeedsSnippets

#snippets

Methods included from HttpCachingDisabler

#disable_http_caching

Methods included from HasStoredPath

#skip_store_location?, #store_current_location

Methods included from RegistersPermissions

register_permissions

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#internal_server_errorObject



12
13
14
# File 'app/controllers/decidim/errors_controller.rb', line 12

def internal_server_error
  render status: :internal_server_error
end

#not_foundObject



8
9
10
# File 'app/controllers/decidim/errors_controller.rb', line 8

def not_found
  render status: :not_found
end