mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Changed redis setup
This commit is contained in:
parent
dbe1678430
commit
1a8d8b52e7
3 changed files with 9 additions and 2 deletions
|
@ -20,8 +20,8 @@ module Epp
|
|||
|
||||
rescue_from StandardError, with: :respond_with_command_failed_error
|
||||
rescue_from AuthorizationError, with: :respond_with_authorization_error
|
||||
rescue_from ActiveRecord::RecordNotFound, with: :respond_with_object_does_not_exist_error
|
||||
rescue_from Shunter::ThrottleError, with: :respond_with_session_limit_exceeded_error
|
||||
rescue_from ActiveRecord::RecordNotFound, with: :respond_with_object_does_not_exist_error
|
||||
|
||||
before_action :set_paper_trail_whodunnit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue