Class: ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownTable
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownTable
- Defined in:
- lib/active_record/associations/builder/has_and_belongs_to_many.rb
Instance Attribute Summary collapse
-
#join_table ⇒ Object
Returns the value of attribute join_table.
Instance Attribute Details
#join_table ⇒ Object
Returns the value of attribute join_table
6 7 8 |
# File 'lib/active_record/associations/builder/has_and_belongs_to_many.rb', line 6 def join_table @join_table end |