new(delegate_reflection)
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 758
      def initialize(delegate_reflection)
        @delegate_reflection = delegate_reflection
        @klass = delegate_reflection.options[:anonymous_class]
        @source_reflection_name = delegate_reflection.options[:source]
      end