Sha256: 1d0f7a0d4caa2973cd590866d7d12cdbecf8e27158682f33c8796fd2388c3574
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module Decidim class ErrorsController < 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
5 entries across 5 versions & 1 rubygems