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