Flowdock
method

find_join_table_name

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: JoinTable
find_join_table_name(table_1, table_2, options = {}) 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 6
      def find_join_table_name(table_1, table_2, options = {})
        options.delete(:table_name) || join_table_name(table_1, table_2)
      end
Register or log in to add new notes.