Class: ActiveNode::Reflection::ThroughReflection

Inherits:
AssociationReflection show all
Defined in:
lib/active_node/reflection.rb

Overview

Holds all the meta-data about a :through association as it was specified in the Active Record class.

Instance Attribute Summary

Attributes inherited from MacroReflection

#macro, #model, #name, #options, #scope

Method Summary

Methods inherited from AssociationReflection

#association_class, #build_association, #chain, #collection?, #initialize, #source_reflection, #through_reflection, #validate?

Methods inherited from MacroReflection

#==, #class_name, #direction, #initialize, #klass, #type

Constructor Details

This class inherits a constructor from ActiveNode::Reflection::AssociationReflection