method
construct_tables!
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::JoinDependency
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