new(base, table, associations)
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency.rb, line 70
      def initialize(base, table, associations)
        tree = self.class.make_tree associations
        @join_root = JoinBase.new(base, table, build(tree, base))
      end