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