# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
class ApplicationRecord < ActiveRecord::Base
primary_abstract_class
end