Flowdock
method

join_table_name

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: JoinTable
join_table_name(table_1, table_2) private

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/migration/join_table.rb, line 11
        def join_table_name(table_1, table_2)
          ModelSchema.derive_join_table_name(table_1, table_2).to_sym
        end
Register or log in to add new notes.