# File lib/has_many_polymorphs/reflection.rb, line 43
      def source_reflection
        # normally is the has_many to the through model, but we return ourselves,
        # since there isn't a real source class for a polymorphic target
        self
      end