Add user status update

This commit is contained in:
2023-05-17 23:40:09 +02:00
parent 9ecdd10b2d
commit 9d97eb3f6f
5 changed files with 45 additions and 16 deletions

View File

@@ -32,6 +32,7 @@ module FixinMe
# config.eager_load_paths << Rails.root.join("extras")
config.action_dispatch.rescue_responses['ApplicationController::AccessForbidden'] = :forbidden
config.action_dispatch.rescue_responses['ArgumentError'] = :bad_request
# SETUP: Below settings need to be updated on a per-installation basis.
#