Method: ActiveRecord::FixtureSet::TableRow::HasManyThroughProxy#join_table
- Defined in:
- lib/active_record/fixture_set/table_row.rb
#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 |