Class: ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownTable

Inherits:
Struct
  • Object
show all
Defined in:
activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, #to_h

Instance Attribute Details

#join_tableObject

Returns the value of attribute join_table

Returns:

  • (Object)

    the current value of join_table



4
5
6
# File 'activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb', line 4

def join_table
  @join_table
end