method

construct_tables!

rails latest stable - Class: ActiveRecord::Associations::JoinDependency

Method deprecated or moved

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

construct_tables!(join_root)
private

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency.rb, line 143
        def construct_tables!(join_root)
          join_root.each_children do |parent, child|
            child.tables = table_aliases_for(parent, child)
          end
        end