Sha256: 42069061b7b7650ec7d78cc7da5e5c939f0b31dcd91dea5fb8305f51c4fef10d
Contents?: true
Size: 285 Bytes
Versions: 41
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true module Decidim class ErrorsController < Decidim::ApplicationController skip_authorization_check def not_found render status: :not_found end def internal_server_error render status: :internal_server_error end end end
Version data entries
41 entries across 41 versions & 2 rubygems