This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# app/controllers/api/v3/concerns/errors.rb | |
# frozen_string_literal: true | |
module Api | |
module V3 | |
module Concerns | |
module Errors | |
extend ActiveSupport::Concern | |
included do |