method

derive_join_table

rails latest stable - Class: ActiveRecord::Reflection::AssociationReflection

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

derive_join_table()
private

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 687
        def derive_join_table
          ModelSchema.derive_join_table_name active_record.table_name, klass.table_name
        end