Class: ActiveRecord::FixtureSet::HasManyThroughProxy
- Inherits:
-
ReflectionProxy
- Object
- ReflectionProxy
- ActiveRecord::FixtureSet::HasManyThroughProxy
- Defined in:
- lib/active_record/fixtures.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::ReflectionProxy
Instance Method Details
#join_table ⇒ Object
734 735 736 |
# File 'lib/active_record/fixtures.rb', line 734 def join_table @association.through_reflection.table_name end |
#lhs_key ⇒ Object
730 731 732 |
# File 'lib/active_record/fixtures.rb', line 730 def lhs_key @association.through_reflection.foreign_key end |
#rhs_key ⇒ Object
726 727 728 |
# File 'lib/active_record/fixtures.rb', line 726 def rhs_key @association.foreign_key end |