method

make_tree

make_tree(associations)
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency.rb, line 50
      def self.make_tree(associations)
        hash = {}
        walk_tree associations, hash
        hash
      end