mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
fixed zeitwerk load file issue
This commit is contained in:
parent
e0e9c43575
commit
f384520cbf
5 changed files with 72 additions and 69 deletions
|
@ -3,8 +3,8 @@ require 'auth_token/auth_token_decryptor'
|
|||
module Api
|
||||
module V1
|
||||
module AccreditationCenter
|
||||
if Feature.allow_accr_endspoints?
|
||||
class BaseController < ActionController::API
|
||||
class BaseController < ActionController::API
|
||||
if Feature.allow_accr_endspoints?
|
||||
rescue_from ActiveRecord::RecordNotFound, with: :show_not_found_error
|
||||
rescue_from ActiveRecord::RecordInvalid, with: :show_invalid_record_error
|
||||
rescue_from(ActionController::ParameterMissing) do |parameter_missing_exception|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue