new(base_klass, table, children)
public

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency/join_base.rb, line 11
        def initialize(base_klass, table, children)
          super(base_klass, children)
          @table = table
        end