method
table_name
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Associations::Builder::HasAndBelongsToMany
table_name()public
No documentation available.
# File activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb, line 24
def self.table_name
# Table name needs to be resolved lazily
# because RHS class might not have been loaded
@table_name ||= table_name_resolver.call
end