Class: DatabaseConsistency::Checkers::MissingAssociationClassChecker

Inherits:
AssociationChecker show all
Defined in:
lib/database_consistency/checkers/association_checkers/missing_association_class_checker.rb

Overview

This class checks if an association has existing class defined

Constant Summary collapse

Report =
ReportBuilder.define(
  DatabaseConsistency::Report,
  :class_name
)

Instance Attribute Summary

Attributes inherited from AssociationChecker

#association, #model

Method Summary

Methods inherited from AssociationChecker

#column_or_attribute_name, #initialize, #table_or_model_name

Methods inherited from BaseChecker

checker_name, enabled?, #enabled?, #report, #report_if_enabled?

Constructor Details

This class inherits a constructor from DatabaseConsistency::Checkers::AssociationChecker