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