Flowdock
method

join_table_name

Importance_0
v4.0.2 - Show latest stable - 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 10
      def join_table_name(table_1, table_2)
        [table_1.to_s, table_2.to_s].sort.join("_").to_sym
      end
Register or log in to add new notes.