class ActiveRecord::Associations::JoinDependency::JoinBase

def initialize(base_klass, table, children)

def initialize(base_klass, table, children)
  super(base_klass, children)
  @table = table
end