Class: ActiveRecord::FixtureSet::TableRow::HasManyThroughProxy
- Inherits:
 - 
      ReflectionProxy
      
        
- Object
 - ReflectionProxy
 - ActiveRecord::FixtureSet::TableRow::HasManyThroughProxy
 
 
- Defined in:
 - lib/active_record/fixture_set/table_row.rb
 
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from ReflectionProxy
#initialize, #name, #primary_key_type
Constructor Details
This class inherits a constructor from ActiveRecord::FixtureSet::TableRow::ReflectionProxy
Instance Method Details
#join_table ⇒ Object
      33 34 35  | 
    
      # File 'lib/active_record/fixture_set/table_row.rb', line 33 def join_table @association.through_reflection.table_name end  | 
  
#lhs_key ⇒ Object
      29 30 31  | 
    
      # File 'lib/active_record/fixture_set/table_row.rb', line 29 def lhs_key @association.through_reflection.foreign_key end  | 
  
#rhs_key ⇒ Object
      25 26 27  | 
    
      # File 'lib/active_record/fixture_set/table_row.rb', line 25 def rhs_key @association.foreign_key end  |