Module: AssociationReporter

Defined in:
lib/association-reporter.rb,
lib/association-reporter/reporter.rb,
lib/association-reporter/template.rb,
lib/association-reporter/assumption.rb

Defined Under Namespace

Modules: Reporter Classes: AssociationAssumption, Assumption, HasManyThroughAssociationAssumption, OneToManyAssociationAssumption, Template

Constant Summary collapse

PROJECT_ROOT =
File.expand_path('../../', __FILE__)
TEMPLATES =
File.join(PROJECT_ROOT, "templates")