Class: Decidim::ErrorsController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- Decidim::ErrorsController
- Defined in:
- app/controllers/decidim/errors_controller.rb
Instance Method Summary collapse
Methods included from NeedsSnippets
Methods included from HttpCachingDisabler
Methods included from RegistersPermissions
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#internal_server_error ⇒ Object
12 13 14 |
# File 'app/controllers/decidim/errors_controller.rb', line 12 def internal_server_error render status: :internal_server_error end |
#not_found ⇒ Object
8 9 10 |
# File 'app/controllers/decidim/errors_controller.rb', line 8 def not_found render status: :not_found end |