Flowdock
method

table_name

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: HasAndBelongsToMany
table_name() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb, line 56
        def self.table_name
          table_name_resolver.join_table
        end
Register or log in to add new notes.