class ActiveRecord::Migration::Current
def create_join_table(table_1, table_2, **options)
def create_join_table(table_1, table_2, **options) if block_given? super { |t| yield compatible_table_definition(t) } else super end end
def create_join_table(table_1, table_2, **options) if block_given? super { |t| yield compatible_table_definition(t) } else super end end