class ActiveRecord::Reflection::ThroughReflection
def nested?
def nested? source_reflection.through_reflection? || through_reflection.through_reflection? end
def nested? source_reflection.through_reflection? || through_reflection.through_reflection? end