# frozen_string_literal: true class APIUsage < ApplicationRecord belongs_to :user, class_name: "APIUser", optional: true belongs_to :api_key, optional: true end