Class: EIRReportInterface::ApplicationRecord
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- EIRReportInterface::ApplicationRecord
- Defined in:
- app/models/eir_report_interface/application_record.rb
Overview
ApplicationRecord serves as the abstract base class for all models in the EIRReportInterface module. It inherits from ActiveRecord::Base, making it a part of the ActiveRecord ORM system.