mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
REPP: Show error when invalid ident format submitted
This commit is contained in:
parent
3d0150076c
commit
03db562c77
4 changed files with 9 additions and 4 deletions
|
@ -4,6 +4,7 @@ module Repp
|
|||
rescue_from ActiveRecord::RecordNotFound, with: :not_found_error
|
||||
before_action :authenticate_user
|
||||
before_action :check_ip_restriction
|
||||
before_action :set_paper_trail_whodunnit
|
||||
attr_reader :current_user
|
||||
|
||||
rescue_from ActionController::ParameterMissing do |exception|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue