Class: Decidim::ErrorsController

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

Instance Method Summary collapse

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#internal_server_errorObject



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

def internal_server_error
  render status: :internal_server_error
end

#not_foundObject



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

def not_found
  render status: :not_found
end