# File lib/has_many_polymorphs/reflection.rb, line 50
      def class_name
        # normally is the classname of the association target
        @class_name ||= options[:join_class_name]
      end