module ActiveRecord::Associations::ThroughAssociation

def through_association

def through_association
  @through_association ||= owner.association(through_reflection.name)
end