# File lib/active_record/reflection.rb, line 70 def reflect_on_association(association) reflections[association].is_a?(AssociationReflection) ? reflections[association] : nil end