Code Explainers
module Api module V1 class BaseController < ActionController::API rescue_from StandardError, with: :render_internal_error